ci: add libdrm to the x86_test-vk container
authorAndres Gomez <agomez@igalia.com>
Wed, 17 Feb 2021 16:23:30 +0000 (18:23 +0200)
committerAndres Gomez <agomez@igalia.com>
Sun, 28 Feb 2021 10:51:14 +0000 (12:51 +0200)
Fixes: 5d0ba8b1834 (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>

.gitlab-ci.yml
.gitlab-ci/container/x86_test-vk.sh

index eaf5617..4d2c854 100644 (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:
index 6c1923e..7d41fa7 100644 (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