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 \
|
||||
&& reflector --verbose --latest 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist \
|
||||
&& sed -i 's/^#ParallelDownloads = .*/ParallelDownloads = 8/' /etc/pacman.conf \
|
||||
&& grep "ParallelDownloads" /etc/pacman.conf
|
||||
|
||||
RUN pacman -S --noconfirm --disable-download-timeout \
|
||||
bash \
|
||||
|
@ -14,6 +13,7 @@ RUN pacman -S --noconfirm --disable-download-timeout \
|
|||
python \
|
||||
python-pip \
|
||||
clang \
|
||||
gcc \
|
||||
llvm \
|
||||
mesa \
|
||||
mold \
|
||||
|
@ -22,7 +22,13 @@ RUN pacman -S --noconfirm --disable-download-timeout \
|
|||
wget \
|
||||
zlib \
|
||||
libc++ \
|
||||
libinput
|
||||
libinput \
|
||||
xorg-server-xvfb \
|
||||
libx11 \
|
||||
libxrandr \
|
||||
libxinerama \
|
||||
libxcursor \
|
||||
libxi
|
||||
|
||||
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
||||
&& conan profile detect
|
||||
|
|
Loading…
Add table
Reference in a new issue