File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -122,30 +122,8 @@ jobs:
122
122
# These jobs automatically inherit envs.pr, to avoid repeating
123
123
# it in each job definition.
124
124
pr :
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
- << : *job-linux-4c
132
- - name : x86_64-gnu-llvm-19
133
- env :
134
- ENABLE_GCC_CODEGEN : " 1"
135
- DOCKER_SCRIPT : x86_64-gnu-llvm.sh
136
- << : *job-linux-4c
137
- - name : aarch64-gnu-llvm-19-1
138
- env :
139
- IMAGE : aarch64-gnu-llvm-19
140
- DOCKER_SCRIPT : stage_2_test_set1.sh
141
- << : *job-aarch64-linux
142
- - name : aarch64-gnu-llvm-19-2
143
- env :
144
- IMAGE : aarch64-gnu-llvm-19
145
- DOCKER_SCRIPT : stage_2_test_set2.sh
125
+ - name : aarch64-gnu
146
126
<< : *job-aarch64-linux
147
- - name : x86_64-gnu-tools
148
- << : *job-linux-36c-codebuild
149
127
150
128
# Jobs that run when you perform a try build (@bors try)
151
129
# These jobs automatically inherit envs.try, to avoid repeating
You can’t perform that action at this time.
0 commit comments