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