File tree Expand file tree Collapse file tree 2 files changed +9
-30
lines changed Expand file tree Collapse file tree 2 files changed +9
-30
lines changed Original file line number Diff line number Diff line change 5050 strategy :
5151 matrix :
5252 include :
53- - name : mingw-check
54- os : ubuntu-20.04-4core-16gb
55- env : {}
56- - name : mingw-check-tidy
57- os : ubuntu-20.04-4core-16gb
58- env : {}
59- - name : x86_64-gnu-llvm-16
60- env :
61- ENABLE_GCC_CODEGEN : " 1"
62- os : ubuntu-20.04-16core-64gb
63- - name : x86_64-gnu-tools
64- os : ubuntu-20.04-16core-64gb
53+ - name : dist-loongarch64-linux
54+ os : ubuntu-20.04
6555 env : {}
6656 timeout-minutes : 600
6757 runs-on : " ${{ matrix.os }}"
@@ -271,22 +261,22 @@ jobs:
271261 os : ubuntu-20.04-8core-32gb
272262 env : {}
273263 - name : mingw-check
274- os : ubuntu-20.04-4core-16gb
264+ os : ubuntu-20.04
275265 env : {}
276266 - name : test-various
277267 os : ubuntu-20.04-8core-32gb
278268 env : {}
279269 - name : x86_64-gnu
280- os : ubuntu-20.04-4core-16gb
270+ os : ubuntu-20.04
281271 env : {}
282272 - name : x86_64-gnu-stable
283273 env :
284274 IMAGE : x86_64-gnu
285275 RUST_CI_OVERRIDE_RELEASE_CHANNEL : stable
286276 CI_ONLY_WHEN_CHANNEL : nightly
287- os : ubuntu-20.04-4core-16gb
277+ os : ubuntu-20.04
288278 - name : x86_64-gnu-aux
289- os : ubuntu-20.04-4core-16gb
279+ os : ubuntu-20.04
290280 env : {}
291281 - name : x86_64-gnu-integration
292282 env :
@@ -307,7 +297,7 @@ jobs:
307297 RUST_BACKTRACE : 1
308298 os : ubuntu-20.04-8core-32gb
309299 - name : x86_64-gnu-nopt
310- os : ubuntu-20.04-4core-16gb
300+ os : ubuntu-20.04
311301 env : {}
312302 - name : x86_64-gnu-tools
313303 env :
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ x--expand-yaml-anchors--remove:
7676 env : {}
7777
7878 - &job-linux-4c
79- os : ubuntu-20.04-4core-16gb
79+ os : ubuntu-20.04
8080 << : *base-job
8181
8282 - &job-linux-8c
@@ -328,20 +328,9 @@ jobs:
328328 strategy :
329329 matrix :
330330 include :
331- - name : mingw-check
332- << : *job-linux-4c
333-
334- - name : mingw-check-tidy
331+ - name : dist-loongarch64-linux
335332 << : *job-linux-4c
336333
337- - name : x86_64-gnu-llvm-16
338- env :
339- ENABLE_GCC_CODEGEN : " 1"
340- << : *job-linux-16c
341-
342- - name : x86_64-gnu-tools
343- << : *job-linux-16c
344-
345334 auto :
346335 << : *base-ci-job
347336 name : auto - ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments