From 0b03dda72fdd595ca91fc4ad3303ab35fa9dda6a Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 18 Sep 2025 19:36:09 +0330 Subject: [PATCH] ci(amd64/clang/coverage): update dockerfile pacman packages --- tools/ci/amd64/clang/coverage.dockerfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/ci/amd64/clang/coverage.dockerfile b/tools/ci/amd64/clang/coverage.dockerfile index 3f0a6da..43d8970 100644 --- a/tools/ci/amd64/clang/coverage.dockerfile +++ b/tools/ci/amd64/clang/coverage.dockerfile @@ -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