File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -567,10 +567,9 @@ jobs:
567567 strategy :
568568 matrix :
569569 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 : {}
574573 timeout-minutes : 600
575574 runs-on : " ${{ matrix.os }}"
576575 steps :
Original file line number Diff line number Diff line change @@ -724,11 +724,13 @@ jobs:
724724 strategy :
725725 matrix :
726726 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
732734
733735
734736 master :
You can’t perform that action at this time.
0 commit comments