From 2358dc68244f8259d9b04cdf2478bc755c2a16c8 Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 18 Sep 2025 19:34:19 +0330 Subject: [PATCH] ci(mad64/clang/lsan): update dockerfile pacman packages --- tools/ci/amd64/clang/lsan.dockerfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/ci/amd64/clang/lsan.dockerfile b/tools/ci/amd64/clang/lsan.dockerfile index 5d85e43..4863e10 100644 --- a/tools/ci/amd64/clang/lsan.dockerfile +++ b/tools/ci/amd64/clang/lsan.dockerfile @@ -14,7 +14,15 @@ RUN pacman -Syu --noconfirm && \ mold \ ninja \ zlib \ - libunwind + libc++ \ + libinput \ + libunwind \ + xorg-server-xvfb \ + libx11 \ + libxrandr \ + libxinerama \ + libxcursor \ + libxi RUN pip install --no-cache-dir --break-system-packages conan gitpython \ && conan profile detect