mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
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 <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>
This commit is contained in:
parent
64f848b048
commit
adcdfe66fc
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue