ci(amd64/clang/coverage): update dockerfile pacman packages
This commit is contained in:
parent
a08b5689dd
commit
0b03dda72f
1 changed files with 8 additions and 2 deletions
|
@ -4,7 +4,6 @@ RUN pacman -Syu --noconfirm --disable-download-timeout \
|
||||||
&& pacman -S --noconfirm --disable-download-timeout reflector \
|
&& pacman -S --noconfirm --disable-download-timeout reflector \
|
||||||
&& reflector --verbose --latest 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist \
|
&& reflector --verbose --latest 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist \
|
||||||
&& sed -i 's/^#ParallelDownloads = .*/ParallelDownloads = 8/' /etc/pacman.conf \
|
&& sed -i 's/^#ParallelDownloads = .*/ParallelDownloads = 8/' /etc/pacman.conf \
|
||||||
&& grep "ParallelDownloads" /etc/pacman.conf
|
|
||||||
|
|
||||||
RUN pacman -S --noconfirm --disable-download-timeout \
|
RUN pacman -S --noconfirm --disable-download-timeout \
|
||||||
bash \
|
bash \
|
||||||
|
@ -14,6 +13,7 @@ RUN pacman -S --noconfirm --disable-download-timeout \
|
||||||
python \
|
python \
|
||||||
python-pip \
|
python-pip \
|
||||||
clang \
|
clang \
|
||||||
|
gcc \
|
||||||
llvm \
|
llvm \
|
||||||
mesa \
|
mesa \
|
||||||
mold \
|
mold \
|
||||||
|
@ -22,7 +22,13 @@ RUN pacman -S --noconfirm --disable-download-timeout \
|
||||||
wget \
|
wget \
|
||||||
zlib \
|
zlib \
|
||||||
libc++ \
|
libc++ \
|
||||||
libinput
|
libinput \
|
||||||
|
xorg-server-xvfb \
|
||||||
|
libx11 \
|
||||||
|
libxrandr \
|
||||||
|
libxinerama \
|
||||||
|
libxcursor \
|
||||||
|
libxi
|
||||||
|
|
||||||
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
||||||
&& conan profile detect
|
&& conan profile detect
|
||||||
|
|
Loading…
Add table
Reference in a new issue