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:
610
610
strategy :
611
611
matrix :
612
612
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 : {}
617
619
defaults :
618
620
run :
619
621
shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -760,11 +760,15 @@ jobs:
760
760
strategy :
761
761
matrix :
762
762
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
768
772
769
773
770
774
master :
You can’t perform that action at this time.
0 commit comments