File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -610,10 +610,12 @@ jobs:
610610 strategy :
611611 matrix :
612612 include :
613- - name : dist-x86_64-linux
614- env :
615- CODEGEN_BACKENDS : " llvm,cranelift"
616- os : ubuntu-20.04-16core-64gb
613+ - name : x86_64-gnu-integration
614+ os : ubuntu-20.04-8core-32gb
615+ env : {}
616+ - name : dist-various-1
617+ os : ubuntu-20.04-8core-32gb
618+ env : {}
617619 defaults :
618620 run :
619621 shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -760,11 +760,15 @@ jobs:
760760 strategy :
761761 matrix :
762762 include :
763- - &dist-x86_64-linux
764- name : dist-x86_64-linux
765- env :
766- CODEGEN_BACKENDS : llvm,cranelift
767- << : *job-linux-16c
763+ - name : x86_64-gnu-integration
764+ << : *job-linux-8c
765+ - name : dist-various-1
766+ << : *job-linux-8c
767+ # - &dist-x86_64-linux
768+ # name: dist-x86_64-linux
769+ # env:
770+ # CODEGEN_BACKENDS: llvm,cranelift
771+ # <<: *job-linux-16c
768772
769773
770774 master :
You can’t perform that action at this time.
0 commit comments