Skip to content

Commit 2a9bb26

Browse files
committed
Include fuchsia in try builds
1 parent b76de15 commit 2a9bb26

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,12 @@ jobs:
610610
strategy:
611611
matrix:
612612
include:
613-
- name: dist-x86_64-linux
614-
env:
615-
CODEGEN_BACKENDS: "llvm,cranelift"
616-
os: ubuntu-20.04-16core-64gb
613+
- name: x86_64-gnu-integration
614+
os: ubuntu-20.04-8core-32gb
615+
env: {}
616+
- name: dist-various-1
617+
os: ubuntu-20.04-8core-32gb
618+
env: {}
617619
defaults:
618620
run:
619621
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"

src/ci/github-actions/ci.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -760,11 +760,15 @@ jobs:
760760
strategy:
761761
matrix:
762762
include:
763-
- &dist-x86_64-linux
764-
name: dist-x86_64-linux
765-
env:
766-
CODEGEN_BACKENDS: llvm,cranelift
767-
<<: *job-linux-16c
763+
- name: x86_64-gnu-integration
764+
<<: *job-linux-8c
765+
- name: dist-various-1
766+
<<: *job-linux-8c
767+
# - &dist-x86_64-linux
768+
# name: dist-x86_64-linux
769+
# env:
770+
# CODEGEN_BACKENDS: llvm,cranelift
771+
# <<: *job-linux-16c
768772

769773

770774
master:

0 commit comments

Comments
 (0)