Skip to content

Commit 47b3cc1

Browse files
CI: Include libc_so in the build check
1 parent 6926302 commit 47b3cc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
- name: Build libc
9292
shell: bash
9393
run: |
94-
make -j4 TARGET_TRIPLE=wasm32-wasi
95-
make -j4 TARGET_TRIPLE=wasm32-wasip1
96-
make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2
94+
make -j4 TARGET_TRIPLE=wasm32-wasi default libc_so
95+
make -j4 TARGET_TRIPLE=wasm32-wasip1 default libc_so
96+
make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2 default libc_so
9797
9898
- name: Build libc + threads
9999
# Only build the thread-capable wasi-libc in the latest supported Clang

0 commit comments

Comments
 (0)