Skip to content

Commit c3207b1

Browse files
committed
Add x86_64-gnu-integration to try builds
1 parent 81544f3 commit c3207b1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,9 @@ 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: {}
589592
timeout-minutes: 600
590593
runs-on: "${{ matrix.os }}"
591594
steps:

src/ci/github-actions/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,8 @@ jobs:
737737
env:
738738
CODEGEN_BACKENDS: llvm,cranelift
739739
<<: *job-linux-16c
740+
- name: x86_64-gnu-integration
741+
<<: *job-linux-16c
740742

741743

742744
master:

0 commit comments

Comments
 (0)