Skip to content

Commit

Permalink
verbose output for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jan 25, 2023
1 parent efa6d2a commit 905a004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compilation_on_android_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ jobs:
cd samples/wasi-threads
mkdir build && cd build
cmake -DWASI_SYSROOT=`pwd`/../../../core/deps/wasi-libc/sysroot ..
cmake --build . --config Release --parallel 4
cmake --build . --config Release --parallel 4 -v
./iwasm wasm-apps/no_pthread.wasm
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compilation_on_sgx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
cd samples/wasi-threads
mkdir build && cd build
cmake -DWASI_SYSROOT=`pwd`/../../../core/deps/wasi-libc/sysroot ..
cmake --build . --config Release --parallel 4
cmake --build . --config Release --parallel 4 -v
./iwasm wasm-apps/no_pthread.wasm
spec_test_default:
Expand Down

0 comments on commit 905a004

Please sign in to comment.