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