File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -99,20 +99,11 @@ envs:
9999# These jobs automatically inherit envs.pr, to avoid repeating
100100# it in each job definition.
101101pr :
102- - name : mingw-check
103- << : *job-linux-4c
104- - name : mingw-check-tidy
105- continue_on_error : true
106- << : *job-linux-4c
107- - name : x86_64-gnu-llvm-18
102+ - name : i686-gnu-nopt-1
108103 env :
109- ENABLE_GCC_CODEGEN : " 1"
110- # We are adding (temporarily) a dummy commit on the compiler
111- READ_ONLY_SRC : " 0"
112- DOCKER_SCRIPT : x86_64-gnu-llvm.sh
113- << : *job-linux-16c
114- - name : x86_64-gnu-tools
115- << : *job-linux-16c
104+ IMAGE : i686-gnu-nopt
105+ DOCKER_SCRIPT : /scripts/stage_2_test_set1.sh
106+ << : *job-linux-4c
116107
117108# Jobs that run when you perform a try build (@bors try)
118109# These jobs automatically inherit envs.try, to avoid repeating
You can’t perform that action at this time.
0 commit comments