Skip to content

Commit

Permalink
CI: Include libc_so in the build check
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Oct 12, 2024
1 parent 6926302 commit 47b3cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
- name: Build libc
shell: bash
run: |
make -j4 TARGET_TRIPLE=wasm32-wasi
make -j4 TARGET_TRIPLE=wasm32-wasip1
make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2
make -j4 TARGET_TRIPLE=wasm32-wasi default libc_so
make -j4 TARGET_TRIPLE=wasm32-wasip1 default libc_so
make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2 default libc_so
- name: Build libc + threads
# Only build the thread-capable wasi-libc in the latest supported Clang
Expand Down

0 comments on commit 47b3cc1

Please sign in to comment.