ci: explicitly disable glvnd to avoid regression when making it auto
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26367>
This commit is contained in:

committed by
Marge Bot

parent
4f25b84b24
commit
f39b8154c1
@@ -70,6 +70,7 @@ debian-testing:
|
|||||||
-D glx=dri
|
-D glx=dri
|
||||||
-D gbm=enabled
|
-D gbm=enabled
|
||||||
-D egl=enabled
|
-D egl=enabled
|
||||||
|
-D glvnd=disabled
|
||||||
-D platforms=x11,wayland
|
-D platforms=x11,wayland
|
||||||
GALLIUM_ST: >
|
GALLIUM_ST: >
|
||||||
-D dri3=enabled
|
-D dri3=enabled
|
||||||
@@ -162,6 +163,7 @@ debian-build-testing:
|
|||||||
-D glx=dri
|
-D glx=dri
|
||||||
-D gbm=enabled
|
-D gbm=enabled
|
||||||
-D egl=enabled
|
-D egl=enabled
|
||||||
|
-D glvnd=disabled
|
||||||
-D platforms=x11,wayland
|
-D platforms=x11,wayland
|
||||||
GALLIUM_ST: >
|
GALLIUM_ST: >
|
||||||
-D dri3=enabled
|
-D dri3=enabled
|
||||||
@@ -224,6 +226,7 @@ debian-release:
|
|||||||
-D glx=dri
|
-D glx=dri
|
||||||
-D gbm=enabled
|
-D gbm=enabled
|
||||||
-D egl=enabled
|
-D egl=enabled
|
||||||
|
-D glvnd=disabled
|
||||||
-D platforms=x11,wayland
|
-D platforms=x11,wayland
|
||||||
GALLIUM_ST: >
|
GALLIUM_ST: >
|
||||||
-D dri3=enabled
|
-D dri3=enabled
|
||||||
@@ -358,6 +361,7 @@ debian-android:
|
|||||||
-D glx=disabled
|
-D glx=disabled
|
||||||
-D gbm=disabled
|
-D gbm=disabled
|
||||||
-D egl=enabled
|
-D egl=enabled
|
||||||
|
-D glvnd=disabled
|
||||||
-D platforms=android
|
-D platforms=android
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D android-stub=true
|
-D android-stub=true
|
||||||
@@ -438,6 +442,8 @@ debian-arm32:
|
|||||||
- .ci-deqp-artifacts
|
- .ci-deqp-artifacts
|
||||||
variables:
|
variables:
|
||||||
CROSS: armhf
|
CROSS: armhf
|
||||||
|
DRI_LOADERS:
|
||||||
|
-D glvnd=disabled
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D llvm=disabled
|
-D llvm=disabled
|
||||||
-D valgrind=disabled
|
-D valgrind=disabled
|
||||||
@@ -453,6 +459,8 @@ debian-arm32-asan:
|
|||||||
extends:
|
extends:
|
||||||
- debian-arm32
|
- debian-arm32
|
||||||
variables:
|
variables:
|
||||||
|
DRI_LOADERS:
|
||||||
|
-D glvnd=disabled
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D llvm=disabled
|
-D llvm=disabled
|
||||||
-D b_sanitize=address
|
-D b_sanitize=address
|
||||||
@@ -471,6 +479,8 @@ debian-arm64:
|
|||||||
-Wno-error=array-bounds
|
-Wno-error=array-bounds
|
||||||
-Wno-error=stringop-truncation
|
-Wno-error=stringop-truncation
|
||||||
VULKAN_DRIVERS: "freedreno,broadcom,panfrost,imagination-experimental"
|
VULKAN_DRIVERS: "freedreno,broadcom,panfrost,imagination-experimental"
|
||||||
|
DRI_LOADERS:
|
||||||
|
-D glvnd=disabled
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D llvm=disabled
|
-D llvm=disabled
|
||||||
-D valgrind=disabled
|
-D valgrind=disabled
|
||||||
@@ -487,6 +497,8 @@ debian-arm64-asan:
|
|||||||
extends:
|
extends:
|
||||||
- debian-arm64
|
- debian-arm64
|
||||||
variables:
|
variables:
|
||||||
|
DRI_LOADERS:
|
||||||
|
-D glvnd=disabled
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D llvm=disabled
|
-D llvm=disabled
|
||||||
-D b_sanitize=address
|
-D b_sanitize=address
|
||||||
@@ -502,6 +514,8 @@ debian-arm64-build-test:
|
|||||||
- .ci-deqp-artifacts
|
- .ci-deqp-artifacts
|
||||||
variables:
|
variables:
|
||||||
VULKAN_DRIVERS: "amd"
|
VULKAN_DRIVERS: "amd"
|
||||||
|
DRI_LOADERS:
|
||||||
|
-D glvnd=disabled
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-Dtools=panfrost,imagination
|
-Dtools=panfrost,imagination
|
||||||
|
|
||||||
@@ -622,6 +636,7 @@ debian-vulkan:
|
|||||||
-D opengl=false
|
-D opengl=false
|
||||||
-D gles1=disabled
|
-D gles1=disabled
|
||||||
-D gles2=disabled
|
-D gles2=disabled
|
||||||
|
-D glvnd=disabled
|
||||||
-D platforms=x11,wayland
|
-D platforms=x11,wayland
|
||||||
-D osmesa=false
|
-D osmesa=false
|
||||||
GALLIUM_ST: >
|
GALLIUM_ST: >
|
||||||
@@ -653,6 +668,8 @@ debian-x86_32:
|
|||||||
VULKAN_DRIVERS: intel,amd,swrast,virtio
|
VULKAN_DRIVERS: intel,amd,swrast,virtio
|
||||||
GALLIUM_DRIVERS: "iris,nouveau,r300,r600,radeonsi,swrast,virgl,zink,crocus,d3d12"
|
GALLIUM_DRIVERS: "iris,nouveau,r300,r600,radeonsi,swrast,virgl,zink,crocus,d3d12"
|
||||||
LLVM_VERSION: 15
|
LLVM_VERSION: 15
|
||||||
|
DRI_LOADERS:
|
||||||
|
-D glvnd=disabled
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D vulkan-layers=device-select,overlay
|
-D vulkan-layers=device-select,overlay
|
||||||
-D intel-clc=system
|
-D intel-clc=system
|
||||||
@@ -680,6 +697,8 @@ debian-s390x:
|
|||||||
GALLIUM_DRIVERS: "swrast,zink"
|
GALLIUM_DRIVERS: "swrast,zink"
|
||||||
LLVM_VERSION: 15
|
LLVM_VERSION: 15
|
||||||
VULKAN_DRIVERS: "swrast"
|
VULKAN_DRIVERS: "swrast"
|
||||||
|
DRI_LOADERS:
|
||||||
|
-D glvnd=disabled
|
||||||
|
|
||||||
debian-ppc64el:
|
debian-ppc64el:
|
||||||
extends:
|
extends:
|
||||||
@@ -691,3 +710,5 @@ debian-ppc64el:
|
|||||||
CROSS: ppc64el
|
CROSS: ppc64el
|
||||||
GALLIUM_DRIVERS: "nouveau,radeonsi,swrast,virgl,zink"
|
GALLIUM_DRIVERS: "nouveau,radeonsi,swrast,virgl,zink"
|
||||||
VULKAN_DRIVERS: "amd,swrast"
|
VULKAN_DRIVERS: "amd,swrast"
|
||||||
|
DRI_LOADERS:
|
||||||
|
-D glvnd=disabled
|
||||||
|
Reference in New Issue
Block a user