ci: add libdrm to the x86_test-vk container

Fixes: 5d0ba8b183 (ci: Split building of libdrm to its own script)
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9102>
This commit is contained in:
Andres Gomez 2021-02-17 18:23:30 +02:00
parent 39ea95330f
commit 3d3f21f0be
2 changed files with 7 additions and 1 deletions

View File

@ -413,7 +413,7 @@ x86_test-gl:
x86_test-vk:
extends: .use-x86_test-base
variables:
MESA_IMAGE_TAG: &x86_test-vk "2021-02-17-gfxreconstruct-master"
MESA_IMAGE_TAG: &x86_test-vk "2021-02-18-add-libdrm"
# Debian 10 based ARM build image
arm_build:

View File

@ -13,6 +13,7 @@ STABLE_EPHEMERAL=" \
libgbm-dev \
libgles2-mesa-dev \
liblz4-dev \
libpciaccess-dev \
libpng-dev \
libvulkan-dev \
libwaffle-dev \
@ -28,6 +29,7 @@ STABLE_EPHEMERAL=" \
pkg-config \
python3-distutils \
wget \
xz-utils \
"
apt-get install -y --no-remove \
@ -127,6 +129,10 @@ rm -rf /root/.rustup /root/.cargo
. .gitlab-ci/container/build-gfxreconstruct.sh
############### Build libdrm
. .gitlab-ci/container/build-libdrm.sh
############### Uninstall the build software
ccache --show-stats