ci: Getting debian-clang-release to building with glx=xlib
authorYonggang Luo <luoyonggang@gmail.com>
Mon, 24 Oct 2022 15:39:01 +0000 (23:39 +0800)
committerMarge Bot <emma+marge@anholt.net>
Wed, 26 Oct 2022 02:16:35 +0000 (02:16 +0000)
Because this is just building, didn't not used by CTS runner,
So enable glx=xlib in this build variant

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19258>

.gitlab-ci/build/gitlab-ci.yml

index cff465e..39bb750 100644 (file)
@@ -462,6 +462,9 @@ debian-clang-release:
   extends: debian-clang
   variables:
     BUILDTYPE: "release"
+    DRI_LOADERS: >
+      -D glx=xlib
+      -D platforms=x11,wayland
 
 windows-vs2019:
   extends: