File tree Expand file tree Collapse file tree 2 files changed +12
-28
lines changed
Expand file tree Collapse file tree 2 files changed +12
-28
lines changed Original file line number Diff line number Diff line change 4545 TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
4646 CACHE_DOMAIN : ci-caches.rust-lang.org
4747 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 : {}
6448 timeout-minutes : 600
6549 runs-on : " ${{ matrix.os }}"
6650 steps :
Original file line number Diff line number Diff line change @@ -311,21 +311,21 @@ jobs:
311311 << : [*shared-ci-variables, *public-variables]
312312 PR_CI_JOB : 1
313313 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
320320
321- - name : mingw-check-tidy
322- << : *job-linux-4c
321+ # - name: mingw-check-tidy
322+ # <<: *job-linux-4c
323323
324- - name : x86_64-gnu-llvm-15
325- << : *job-linux-16c
324+ # - name: x86_64-gnu-llvm-15
325+ # <<: *job-linux-16c
326326
327- - name : x86_64-gnu-tools
328- << : *job-linux-16c
327+ # - name: x86_64-gnu-tools
328+ # <<: *job-linux-16c
329329
330330 auto :
331331 << : *base-ci-job
You can’t perform that action at this time.
0 commit comments