We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd1926 commit 44b2eadCopy full SHA for 44b2ead
.github/workflows/ci.yml
@@ -586,6 +586,12 @@ jobs:
586
env:
587
CODEGEN_BACKENDS: "llvm,cranelift"
588
os: ubuntu-20.04-16core-64gb
589
+ - name: x86_64-gnu-integration
590
+ os: ubuntu-20.04-16core-64gb
591
+ env: {}
592
+ - name: dist-various-2
593
+ os: ubuntu-20.04-8core-32gb
594
595
timeout-minutes: 600
596
runs-on: "${{ matrix.os }}"
597
steps:
src/ci/github-actions/ci.yml
@@ -737,6 +737,10 @@ jobs:
737
738
CODEGEN_BACKENDS: llvm,cranelift
739
<<: *job-linux-16c
740
741
+ <<: *job-linux-16c
742
743
+ <<: *job-linux-8c
744
745
746
master:
0 commit comments