Skip to content

Commit 44b2ead

Browse files
committed
Add try builders
1 parent 0fd1926 commit 44b2ead

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,12 @@ jobs:
586586
env:
587587
CODEGEN_BACKENDS: "llvm,cranelift"
588588
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+
env: {}
589595
timeout-minutes: 600
590596
runs-on: "${{ matrix.os }}"
591597
steps:

src/ci/github-actions/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,10 @@ jobs:
737737
env:
738738
CODEGEN_BACKENDS: llvm,cranelift
739739
<<: *job-linux-16c
740+
- name: x86_64-gnu-integration
741+
<<: *job-linux-16c
742+
- name: dist-various-2
743+
<<: *job-linux-8c
740744

741745

742746
master:

0 commit comments

Comments
 (0)