Skip to content

Commit de01160

Browse files
committed
[DO NOT MERGE] Test dist-ohos in try builds
1 parent 965b65c commit de01160

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,9 @@ 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: dist-ohos
614+
os: ubuntu-20.04-8core-32gb
615+
env: {}
617616
defaults:
618617
run:
619618
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"

src/ci/github-actions/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -758,11 +758,8 @@ jobs:
758758
strategy:
759759
matrix:
760760
include:
761-
- &dist-x86_64-linux
762-
name: dist-x86_64-linux
763-
env:
764-
CODEGEN_BACKENDS: llvm,cranelift
765-
<<: *job-linux-16c
761+
- name: dist-ohos
762+
<<: *job-linux-8c
766763

767764

768765
master:

0 commit comments

Comments
 (0)