ci: disable LTO for nightly debian-build-testing

Other CI jobs are actually depending on debian-build-testing now
and there doesn't seem to be much interested in fixing LTO, so just
disable it.

Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com>
Acked-by: David Heidelberg <david@ixit.cz>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12574
Reviewed-by: Eric Engestrom <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33446>
This commit is contained in:
Pavel Ondračka
2025-02-07 09:02:03 +01:00
committed by Martin Roukala (né Peres)
parent 48edb9cec2
commit 63afd265a6

View File

@@ -120,7 +120,7 @@ case $CI_PIPELINE_SOURCE in
# /tmp/ccWlDCPV.s:15250880: Error: operand out of range (0xfffffffffdd4e688 is not between 0xfffffffffe000000 and 0x1fffffc)
LTO=false
# enable one by one for now
elif [ "$CI_JOB_NAME" == "fedora-release" ] || [ "$CI_JOB_NAME" == "debian-build-testing" ]; then
elif [ "$CI_JOB_NAME" == "fedora-release" ]; then
LTO=true
else
LTO=false