We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa6d2a commit 905a004Copy full SHA for 905a004
.github/workflows/compilation_on_android_ubuntu.yml
@@ -398,7 +398,7 @@ jobs:
398
cd samples/wasi-threads
399
mkdir build && cd build
400
cmake -DWASI_SYSROOT=`pwd`/../../../core/deps/wasi-libc/sysroot ..
401
- cmake --build . --config Release --parallel 4
+ cmake --build . --config Release --parallel 4 -v
402
./iwasm wasm-apps/no_pthread.wasm
403
404
test:
.github/workflows/compilation_on_sgx.yml
@@ -348,7 +348,7 @@ jobs:
348
349
350
351
352
353
354
spec_test_default:
0 commit comments