mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
ci: Bring back shader-db and drop LTO
This was the only thing running shellcheck and pytest. Unsurprisingly, tons of them regressed whilst it was gone. Since these have now been moved to other jobs, we can just bring back debian-build-testing in the non-critical-path stage if we drop LTO, so let's do that as there hasn't been any movement towards fixing it. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30978>
This commit is contained in:
parent
cc4db4bc36
commit
37c22dd403
1 changed files with 3 additions and 7 deletions
|
|
@ -178,9 +178,7 @@ debian-testing-msan:
|
|||
-D intel-clc=enabled
|
||||
-D install-intel-clc=true
|
||||
|
||||
# Disabled because it is unacceptably slow and blocks too many MRs
|
||||
# Should be re-enabled once this problem has been fixed.
|
||||
.debian-build-testing:
|
||||
debian-build-testing:
|
||||
extends: .meson-build
|
||||
needs:
|
||||
- !reference [.meson-build, needs]
|
||||
|
|
@ -208,7 +206,6 @@ debian-testing-msan:
|
|||
-D spirv-to-dxil=true
|
||||
-D osmesa=true
|
||||
-D tools=drm-shim,etnaviv,freedreno,glsl,intel,intel-ui,nir,nouveau,lima,panfrost,asahi
|
||||
-D b_lto=true
|
||||
LLVM_VERSION: 15
|
||||
S3_ARTIFACT_NAME: debian-build-testing
|
||||
script: |
|
||||
|
|
@ -216,14 +213,13 @@ debian-testing-msan:
|
|||
.gitlab-ci/prepare-artifacts.sh
|
||||
timeout: 15m
|
||||
|
||||
# Disabled because it currently needs debian-build-testing
|
||||
.shader-db:
|
||||
shader-db:
|
||||
stage: code-validation
|
||||
extends:
|
||||
- .use-debian/x86_64_build
|
||||
- .container+build-rules
|
||||
needs:
|
||||
- .debian-build-testing
|
||||
- debian-build-testing
|
||||
variables:
|
||||
S3_ARTIFACT_NAME: debian-build-testing
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue