mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
gitlab-ci: reduce the number of scons build
It seems overkill to me to build scons 7x for every pipeline. Scons is now build with the oldest llvm version in scons-old-llvm and with the newest llvm version in scons. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
2e14fe6490
commit
6f7ec6ee39
1 changed files with 0 additions and 4 deletions
|
|
@ -438,8 +438,6 @@ scons:
|
|||
SCONS_CHECK_COMMAND: "scons llvm=1 force_scons=1 check"
|
||||
script:
|
||||
- SCONS_TARGET="" SCONS_CHECK_COMMAND="scons check force_scons=1" .gitlab-ci/scons-build.sh
|
||||
- LLVM_VERSION=6.0 .gitlab-ci/scons-build.sh
|
||||
- LLVM_VERSION=7 .gitlab-ci/scons-build.sh
|
||||
- LLVM_VERSION=8 .gitlab-ci/scons-build.sh
|
||||
|
||||
scons-old-llvm:
|
||||
|
|
@ -448,8 +446,6 @@ scons-old-llvm:
|
|||
- .use-x86_build_old
|
||||
script:
|
||||
- LLVM_VERSION=3.9 .gitlab-ci/scons-build.sh
|
||||
- LLVM_VERSION=4.0 .gitlab-ci/scons-build.sh
|
||||
- LLVM_VERSION=5.0 .gitlab-ci/scons-build.sh
|
||||
|
||||
.test:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue