File tree 2 files changed +11
-12
lines changed
2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 56
56
- name : mingw-check-tidy
57
57
os : ubuntu-20.04-4core-16gb
58
58
env : {}
59
- - name : x86_64-gnu-llvm-16
60
- env :
61
- ENABLE_GCC_CODEGEN : " 1"
62
- os : ubuntu-20.04-16core-64gb
63
- - name : x86_64-gnu-tools
64
- os : ubuntu-20.04-16core-64gb
59
+ - name : x86_64-gnu
60
+ os : ubuntu-20.04-8core-32gb
65
61
env : {}
66
62
timeout-minutes : 600
67
63
runs-on : " ${{ matrix.os }}"
Original file line number Diff line number Diff line change @@ -334,13 +334,16 @@ jobs:
334
334
- name : mingw-check-tidy
335
335
<< : *job-linux-4c
336
336
337
- - name : x86_64-gnu-llvm-16
338
- env :
339
- ENABLE_GCC_CODEGEN : " 1"
340
- << : *job-linux-16c
337
+ # - name: x86_64-gnu-llvm-16
338
+ # env:
339
+ # ENABLE_GCC_CODEGEN: "1"
340
+ # <<: *job-linux-16c
341
+ #
342
+ # - name: x86_64-gnu-tools
343
+ # <<: *job-linux-16c
341
344
342
- - name : x86_64-gnu-tools
343
- << : *job-linux-16c
345
+ - name : x86_64-gnu
346
+ << : *job-linux-8c
344
347
345
348
auto :
346
349
<< : *base-ci-job
You can’t perform that action at this time.
0 commit comments