Skip to content

Commit

Permalink
Add builder to try
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry committed Nov 10, 2023
1 parent 731c535 commit 234ade5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,9 @@ jobs:
env:
CODEGEN_BACKENDS: "llvm,cranelift"
os: ubuntu-20.04-16core-64gb
- name: x86_64-gnu-experimental
os: ubuntu-20.04-16core-64gb
env: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
Expand Down
3 changes: 3 additions & 0 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,9 @@ jobs:
env:
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-linux-16c
- name: x86_64-gnu-experimental
<<: *job-linux-16c


master:
name: master
Expand Down

0 comments on commit 234ade5

Please sign in to comment.