mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
ci: fix debian-build-testing BUILDTYPE
Fixes:5b291c7ce6Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33368> (cherry picked from commit60e1bc55bf)
This commit is contained in:
parent
e0039516fc
commit
7d0081b108
2 changed files with 2 additions and 3 deletions
|
|
@ -238,7 +238,6 @@ debian-build-testing:
|
|||
extends: .meson-build
|
||||
stage: build-for-tests
|
||||
variables:
|
||||
BUILDTYPE: debug
|
||||
UNWIND: "enabled"
|
||||
DRI_LOADERS: >
|
||||
-D glx=dri
|
||||
|
|
@ -255,7 +254,7 @@ debian-build-testing:
|
|||
-D gallium-rusticl=false
|
||||
GALLIUM_DRIVERS: "i915,iris,nouveau,r300,r600,freedreno,llvmpipe,softpipe,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,asahi,crocus"
|
||||
VULKAN_DRIVERS: "intel_hasvk,imagination-experimental,microsoft-experimental,nouveau,swrast"
|
||||
BUILD_TYPE: "debugoptimized"
|
||||
BUILDTYPE: "debugoptimized"
|
||||
EXTRA_OPTION: >
|
||||
-D spirv-to-dxil=true
|
||||
-D osmesa=true
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@
|
|||
"description": "ci: fix debian-build-testing BUILDTYPE",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "5b291c7ce652c27800624808f6bfef513d7ac3de",
|
||||
"notes": null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue