Skip to content

Commit 453bc91

Browse files
Mark-Simulacrumyoshuawuyts
authored andcommitted
Build wasm32-wasi in try builds
1 parent e9f5aaa commit 453bc91

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
@@ -565,6 +565,9 @@ jobs:
565565
- name: dist-x86_64-linux
566566
os: ubuntu-20.04-16core-64gb
567567
env: {}
568+
- name: dist-various-2
569+
os: ubuntu-20.04-8core-32gb
570+
env: {}
568571
timeout-minutes: 600
569572
runs-on: "${{ matrix.os }}"
570573
steps:

src/ci/github-actions/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,8 @@ jobs:
720720
- &dist-x86_64-linux
721721
name: dist-x86_64-linux
722722
<<: *job-linux-16c
723+
- name: dist-various-2
724+
<<: *job-linux-8c
723725

724726
master:
725727
name: master

0 commit comments

Comments
 (0)