mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-19 11:00:42 +01:00
ci/build: Do not do LTO on any pre-merge job
Running LTO on pre-merge can be time-consuming, especially on (over)loaded CI. Let's keep it in nightly jobs to ensure coverage without causing timeouts in pre-merge pipelines. Signed-off-by: David Heidelberg <david@ixit.cz> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31790>
This commit is contained in:
parent
72b5e4045b
commit
562b80cf69
1 changed files with 1 additions and 6 deletions
|
|
@ -117,12 +117,7 @@ case $CI_PIPELINE_SOURCE in
|
|||
fi
|
||||
;;
|
||||
*)
|
||||
# run Fedora with LTO in pre-merge for now
|
||||
if [ "$CI_JOB_NAME" == "fedora-release" ]; then
|
||||
LTO=true
|
||||
else
|
||||
LTO=false
|
||||
fi
|
||||
LTO=false
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue