ci(amd64): add vulkan packages to Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8063903344
commit
25e742b8ab
1 changed files with 23 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM archlinux:latest
|
|||
RUN \
|
||||
sed -i 's/^#ParallelDownloads = .*/ParallelDownloads = 8/' /etc/pacman.conf \
|
||||
&& echo 'NoExtract = usr/share/{man,doc,info}/*' >> /etc/pacman.conf \
|
||||
&& pacman -Syyu --noconfirm --disable-download-timeout \
|
||||
&& pacman -Syyu --noconfirm --needed --disable-download-timeout \
|
||||
afl++ \
|
||||
afl-utils \
|
||||
base-devel \
|
||||
|
@ -12,27 +12,49 @@ bash \
|
|||
clang \
|
||||
cmake \
|
||||
curl \
|
||||
expat \
|
||||
gcc \
|
||||
gdb \
|
||||
git \
|
||||
glm \
|
||||
libc++ \
|
||||
libinput \
|
||||
libpciaccess \
|
||||
libpng \
|
||||
libunwind \
|
||||
libx11 \
|
||||
libxcb \
|
||||
libxcursor \
|
||||
libxi \
|
||||
libxinerama \
|
||||
libxpresent \
|
||||
libxrandr \
|
||||
lz4 \
|
||||
mesa \
|
||||
mold \
|
||||
ninja \
|
||||
python \
|
||||
python-distlib \
|
||||
python-distutils-extra \
|
||||
python-jsonschema \
|
||||
qt5-base \
|
||||
qt6-base \
|
||||
valgrind \
|
||||
vulkan-headers \
|
||||
vulkan-icd-loader \
|
||||
vulkan-validation-layers \
|
||||
wayland \
|
||||
wayland-protocols \
|
||||
wget \
|
||||
xcb-util \
|
||||
xcb-util-cursor \
|
||||
xcb-util-keysyms \
|
||||
xcb-util-wm \
|
||||
xorg-server-xvfb \
|
||||
xorg-util-macros \
|
||||
xtrans \
|
||||
zlib \
|
||||
zstd \
|
||||
&& pacman -Scc --noconfirm
|
||||
|
||||
## Sanitizers ##
|
||||
|
|
Loading…
Add table
Reference in a new issue