ci(amd64/clang/coverage): update dockerfile pacman packages

This commit is contained in:
light7734 2025-09-18 19:36:09 +03:30
parent a08b5689dd
commit 0b03dda72f
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -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