From a08b5689dd1f9b338945518ff24107c5a87e9f04 Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 18 Sep 2025 19:34:44 +0330 Subject: [PATCH] ci(amd64/clang/msan): update dockerfile pacman packages --- tools/ci/amd64/clang/msan.dockerfile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tools/ci/amd64/clang/msan.dockerfile b/tools/ci/amd64/clang/msan.dockerfile index 0ed3caf..2fc9668 100644 --- a/tools/ci/amd64/clang/msan.dockerfile +++ b/tools/ci/amd64/clang/msan.dockerfile @@ -14,7 +14,17 @@ RUN pacman -Syu --noconfirm && \ mold \ ninja \ zlib \ - libunwind + libc++ \ + libinput \ + libunwind \ + xorg-server-xvfb \ + libx11 \ + libxrandr \ + libxinerama \ + libxcursor \ + libxi \ + xcb-util-cursor + RUN pip install --no-cache-dir --break-system-packages conan gitpython \ && conan profile detect