File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -567,10 +567,9 @@ jobs:
567
567
strategy :
568
568
matrix :
569
569
include :
570
- - name : dist-x86_64-linux
571
- env :
572
- CODEGEN_BACKENDS : " llvm,cranelift"
573
- os : ubuntu-20.04-16core-64gb
570
+ - name : x86_64-gnu-integration
571
+ os : ubuntu-20.04-8core-32gb
572
+ env : {}
574
573
timeout-minutes : 600
575
574
runs-on : " ${{ matrix.os }}"
576
575
steps :
Original file line number Diff line number Diff line change @@ -724,11 +724,13 @@ jobs:
724
724
strategy :
725
725
matrix :
726
726
include :
727
- - &dist-x86_64-linux
728
- name : dist-x86_64-linux
729
- env :
730
- CODEGEN_BACKENDS : llvm,cranelift
731
- << : *job-linux-16c
727
+ - name : x86_64-gnu-integration
728
+ << : *job-linux-8c
729
+ # - &dist-x86_64-linux
730
+ # name: dist-x86_64-linux
731
+ # env:
732
+ # CODEGEN_BACKENDS: llvm,cranelift
733
+ # <<: *job-linux-16c
732
734
733
735
734
736
master :
You can’t perform that action at this time.
0 commit comments