File tree Expand file tree Collapse file tree 2 files changed +19
-39
lines changed Expand file tree Collapse file tree 2 files changed +19
-39
lines changed Original file line number Diff line number Diff line change 42
42
TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
43
43
CACHE_DOMAIN : ci-caches.rust-lang.org
44
44
if : " github.event_name == 'pull_request'"
45
- continue-on-error : " ${{ matrix.tidy }}"
46
- strategy :
47
- matrix :
48
- include :
49
- - name : mingw-check
50
- tidy : false
51
- os : ubuntu-20.04-xl
52
- env : {}
53
- - name : mingw-check-tidy
54
- tidy : true
55
- os : ubuntu-20.04-xl
56
- env : {}
57
- - name : x86_64-gnu-llvm-14
58
- tidy : false
59
- os : ubuntu-20.04-xl
60
- env : {}
61
- - name : x86_64-gnu-tools
62
- tidy : false
63
- os : ubuntu-20.04-xl
64
- env : {}
65
45
timeout-minutes : 600
66
46
runs-on : " ${{ matrix.os }}"
67
47
steps :
Original file line number Diff line number Diff line change @@ -288,25 +288,25 @@ jobs:
288
288
env :
289
289
<< : [*shared-ci-variables, *public-variables]
290
290
if : github.event_name == 'pull_request'
291
- continue-on-error : ${{ matrix.tidy }}
292
- strategy :
293
- matrix :
294
- include :
295
- - name : mingw-check
296
- << : *job-linux-xl
297
- tidy : false
298
-
299
- - name : mingw-check-tidy
300
- << : *job-linux-xl
301
- tidy : true
302
-
303
- - name : x86_64-gnu-llvm-14
304
- << : *job-linux-xl
305
- tidy : false
306
-
307
- - name : x86_64-gnu-tools
308
- << : *job-linux-xl
309
- tidy : false
291
+ # continue-on-error: ${{ matrix.tidy }}
292
+ # strategy:
293
+ # matrix:
294
+ # include:
295
+ # - name: mingw-check
296
+ # <<: *job-linux-xl
297
+ # tidy: false
298
+
299
+ # - name: mingw-check-tidy
300
+ # <<: *job-linux-xl
301
+ # tidy: true
302
+
303
+ # - name: x86_64-gnu-llvm-14
304
+ # <<: *job-linux-xl
305
+ # tidy: false
306
+
307
+ # - name: x86_64-gnu-tools
308
+ # <<: *job-linux-xl
309
+ # tidy: false
310
310
311
311
auto :
312
312
permissions :
You can’t perform that action at this time.
0 commit comments