File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,13 @@ jobs:
269
269
- name : build wasi-libc (needed for wasi-threads)
270
270
run : |
271
271
git clone --branch wasi-sdk-17 https://github.com/WebAssembly/wasi-libc
272
+ mkdir wasi-libc
272
273
cd wasi-libc
274
+ git init
275
+ # "Rename thread_spawn import" commit on main branch
276
+ git fetch https://github.com/WebAssembly/wasi-libc \
277
+ 8f5275796a82f8ecfd0833a4f3f444fa37ed4546
278
+ git checkout FETCH_HEAD
273
279
make \
274
280
AR=/opt/wasi-sdk/bin/llvm-ar \
275
281
NM=/opt/wasi-sdk/bin/llvm-nm \
@@ -329,4 +335,4 @@ jobs:
329
335
mkdir build && cd build
330
336
cmake -DWASI_SYSROOT=`pwd`/../../../core/deps/wasi-libc/sysroot ..
331
337
cmake --build . --config Release --parallel 4
332
- ./iwasm wasm-apps/no_pthread.wasm
338
+ ./iwasm wasm-apps/no_pthread.wasm
You can’t perform that action at this time.
0 commit comments