File tree 2 files changed +17
-34
lines changed
2 files changed +17
-34
lines changed Original file line number Diff line number Diff line change 48
48
TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
49
49
CACHE_DOMAIN : ci-caches.rust-lang.org
50
50
if : " github.event_name == 'pull_request'"
51
- continue-on-error : " ${{ matrix.name == 'mingw-check-tidy' }}"
52
- strategy :
53
- matrix :
54
- include :
55
- - name : mingw-check
56
- os : ubuntu-20.04-4core-16gb
57
- env : {}
58
- - name : mingw-check-tidy
59
- os : ubuntu-20.04-4core-16gb
60
- env : {}
61
- - name : x86_64-gnu-llvm-16
62
- env :
63
- ENABLE_GCC_CODEGEN : " 1"
64
- os : ubuntu-20.04-16core-64gb
65
- - name : x86_64-gnu-tools
66
- os : ubuntu-20.04-16core-64gb
67
- env : {}
68
51
defaults :
69
52
run :
70
53
shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -347,23 +347,23 @@ jobs:
347
347
<< : [*shared-ci-variables, *public-variables]
348
348
PR_CI_JOB : 1
349
349
if : github.event_name == 'pull_request'
350
- continue-on-error : ${{ matrix.name == 'mingw-check-tidy' }}
351
- strategy :
352
- matrix :
353
- include :
354
- - name : mingw-check
355
- << : *job-linux-4c
356
-
357
- - name : mingw-check-tidy
358
- << : *job-linux-4c
359
-
360
- - name : x86_64-gnu-llvm-16
361
- env :
362
- ENABLE_GCC_CODEGEN : " 1"
363
- << : *job-linux-16c
364
-
365
- - name : x86_64-gnu-tools
366
- << : *job-linux-16c
350
+ # continue-on-error: ${{ matrix.name == 'mingw-check-tidy' }}
351
+ # strategy:
352
+ # matrix:
353
+ # include:
354
+ # - name: mingw-check
355
+ # <<: *job-linux-4c
356
+
357
+ # - name: mingw-check-tidy
358
+ # <<: *job-linux-4c
359
+
360
+ # - name: x86_64-gnu-llvm-16
361
+ # env:
362
+ # ENABLE_GCC_CODEGEN: "1"
363
+ # <<: *job-linux-16c
364
+
365
+ # - name: x86_64-gnu-tools
366
+ # <<: *job-linux-16c
367
367
368
368
auto :
369
369
<< : *base-ci-job
You can’t perform that action at this time.
0 commit comments