Skip to content

Commit 905a004

Browse files
committed
verbose output for debugging
1 parent efa6d2a commit 905a004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compilation_on_android_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ jobs:
398398
cd samples/wasi-threads
399399
mkdir build && cd build
400400
cmake -DWASI_SYSROOT=`pwd`/../../../core/deps/wasi-libc/sysroot ..
401-
cmake --build . --config Release --parallel 4
401+
cmake --build . --config Release --parallel 4 -v
402402
./iwasm wasm-apps/no_pthread.wasm
403403
404404
test:

.github/workflows/compilation_on_sgx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
cd samples/wasi-threads
349349
mkdir build && cd build
350350
cmake -DWASI_SYSROOT=`pwd`/../../../core/deps/wasi-libc/sysroot ..
351-
cmake --build . --config Release --parallel 4
351+
cmake --build . --config Release --parallel 4 -v
352352
./iwasm wasm-apps/no_pthread.wasm
353353
354354
spec_test_default:

0 commit comments

Comments
 (0)