File tree 2 files changed +3
-20
lines changed
2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 49
49
strategy :
50
50
matrix :
51
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
52
+ - name : dist-x86_64-linux
62
53
os : ubuntu-20.04-16core-64gb
63
54
env : {}
64
55
timeout-minutes : 600
Original file line number Diff line number Diff line change @@ -315,16 +315,8 @@ jobs:
315
315
strategy :
316
316
matrix :
317
317
include :
318
- - name : mingw-check
319
- << : *job-linux-4c
320
-
321
- - name : mingw-check-tidy
322
- << : *job-linux-4c
323
-
324
- - name : x86_64-gnu-llvm-15
325
- << : *job-linux-16c
326
-
327
- - name : x86_64-gnu-tools
318
+ - &dist-x86_64-linux
319
+ name : dist-x86_64-linux
328
320
<< : *job-linux-16c
329
321
330
322
auto :
You can’t perform that action at this time.
0 commit comments