We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7341a73 commit 97b9519Copy full SHA for 97b9519
.github/workflows/ci.yml
@@ -579,10 +579,9 @@ jobs:
579
strategy:
580
matrix:
581
include:
582
- - name: dist-x86_64-linux
583
- env:
584
- CODEGEN_BACKENDS: "llvm,cranelift"
+ - name: x86_64-gnu-integration
585
os: ubuntu-20.04-16core-64gb
+ env: {}
586
timeout-minutes: 600
587
runs-on: "${{ matrix.os }}"
588
steps:
src/ci/github-actions/ci.yml
@@ -732,11 +732,13 @@ jobs:
732
733
734
735
- - &dist-x86_64-linux
736
- name: dist-x86_64-linux
737
738
- CODEGEN_BACKENDS: llvm,cranelift
739
<<: *job-linux-16c
+ #- &dist-x86_64-linux
+ # name: dist-x86_64-linux
+ # env:
740
+ # CODEGEN_BACKENDS: llvm,cranelift
741
+ # <<: *job-linux-16c
742
743
744
master:
0 commit comments