File tree 2 files changed +12
-28
lines changed
2 files changed +12
-28
lines changed Original file line number Diff line number Diff line change 45
45
TOOLSTATE_REPO : " https://github.com./rust-lang-nursery/rust-toolstate"
46
46
CACHE_DOMAIN : ci-caches.rust-lang.org
47
47
if : " github.event_name == 'pull_request'"
48
- continue-on-error : " ${{ matrix.name == 'mingw-check-tidy' }}"
49
- strategy :
50
- matrix :
51
- include :
52
- - name : mingw-check
53
- os : ubuntu-20.04-4core-16gb
54
- env : {}
55
- - name : mingw-check-tidy
56
- os : ubuntu-20.04-4core-16gb
57
- env : {}
58
- - name : x86_64-gnu-llvm-15
59
- os : ubuntu-20.04-16core-64gb
60
- env : {}
61
- - name : x86_64-gnu-tools
62
- os : ubuntu-20.04-16core-64gb
63
- env : {}
64
48
timeout-minutes : 600
65
49
runs-on : " ${{ matrix.os }}"
66
50
steps :
Original file line number Diff line number Diff line change @@ -311,21 +311,21 @@ jobs:
311
311
<< : [*shared-ci-variables, *public-variables]
312
312
PR_CI_JOB : 1
313
313
if : github.event_name == 'pull_request'
314
- continue-on-error : ${{ matrix.name == 'mingw-check-tidy' }}
315
- strategy :
316
- matrix :
317
- include :
318
- - name : mingw-check
319
- << : *job-linux-4c
314
+ # continue-on-error: ${{ matrix.name == 'mingw-check-tidy' }}
315
+ # strategy:
316
+ # matrix:
317
+ # include:
318
+ # - name: mingw-check
319
+ # <<: *job-linux-4c
320
320
321
- - name : mingw-check-tidy
322
- << : *job-linux-4c
321
+ # - name: mingw-check-tidy
322
+ # <<: *job-linux-4c
323
323
324
- - name : x86_64-gnu-llvm-15
325
- << : *job-linux-16c
324
+ # - name: x86_64-gnu-llvm-15
325
+ # <<: *job-linux-16c
326
326
327
- - name : x86_64-gnu-tools
328
- << : *job-linux-16c
327
+ # - name: x86_64-gnu-tools
328
+ # <<: *job-linux-16c
329
329
330
330
auto :
331
331
<< : *base-ci-job
You can’t perform that action at this time.
0 commit comments