ci(amd64/clang/msan): update dockerfile pacman packages
This commit is contained in:
parent
2358dc6824
commit
a08b5689dd
1 changed files with 11 additions and 1 deletions
|
@ -14,7 +14,17 @@ RUN pacman -Syu --noconfirm && \
|
||||||
mold \
|
mold \
|
||||||
ninja \
|
ninja \
|
||||||
zlib \
|
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 \
|
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
||||||
&& conan profile detect
|
&& conan profile detect
|
||||||
|
|
Loading…
Add table
Reference in a new issue