From adcdfe66fc048c44116959d64ca6ee5478739f1e Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Mon, 24 Oct 2022 23:39:01 +0800 Subject: [PATCH] ci: Getting debian-clang-release to building with glx=xlib 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 Reviewed-by: Eric Engestrom Reviewed-by: Adam Jackson Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index cff465e..39bb750 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -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: -- 2.7.4