Skip to content

Commit 69a225b

Browse files
DONT COMMIT: check fuchsia on try
1 parent 24d806c commit 69a225b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,9 @@ jobs:
587587
env:
588588
CODEGEN_BACKENDS: "llvm,cranelift"
589589
os: ubuntu-20.04-16core-64gb
590+
- name: x86_64-gnu-integration
591+
os: ubuntu-20.04-8core-32gb
592+
env: {}
590593
timeout-minutes: 600
591594
runs-on: "${{ matrix.os }}"
592595
steps:

src/ci/github-actions/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,8 @@ jobs:
738738
env:
739739
CODEGEN_BACKENDS: llvm,cranelift
740740
<<: *job-linux-16c
741+
- name: x86_64-gnu-integration
742+
<<: *job-linux-8c
741743

742744

743745
master:

0 commit comments

Comments
 (0)