File tree Expand file tree Collapse file tree 1 file changed +1
-28
lines changed
Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change @@ -122,35 +122,8 @@ jobs:
122122# These jobs automatically inherit envs.pr, to avoid repeating
123123# it in each job definition.
124124pr :
125- - name : mingw-check-1
126- << : *job-linux-4c
127- - name : mingw-check-2
128- << : *job-linux-4c
129- - name : mingw-check-tidy
130- continue_on_error : true
131- free_disk : false
132- env :
133- # This submodule is expensive to checkout, and it should not be needed for
134- # tidy. This speeds up the PR CI job by ~1 minute.
135- SKIP_SUBMODULES : src/gcc
136- << : *job-linux-4c
137- - name : x86_64-gnu-llvm-19
138- env :
139- ENABLE_GCC_CODEGEN : " 1"
140- DOCKER_SCRIPT : x86_64-gnu-llvm.sh
141- << : *job-linux-4c
142- - name : aarch64-gnu-llvm-19-1
143- env :
144- IMAGE : aarch64-gnu-llvm-19
145- DOCKER_SCRIPT : stage_2_test_set1.sh
146- << : *job-aarch64-linux
147- - name : aarch64-gnu-llvm-19-2
148- env :
149- IMAGE : aarch64-gnu-llvm-19
150- DOCKER_SCRIPT : stage_2_test_set2.sh
125+ - name : aarch64-gnu
151126 << : *job-aarch64-linux
152- - name : x86_64-gnu-tools
153- << : *job-linux-36c-codebuild
154127
155128# Jobs that run when you perform a try build (@bors try)
156129# These jobs automatically inherit envs.try, to avoid repeating
You can’t perform that action at this time.
0 commit comments