mirror of https://github.com/WebAssembly/wasi-sdk
When building wasi-sdk locally, we doesn't need so verbose output that not easily distinguish the error command from the normal command. So refactoring -v option into workflow scripts Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>pull/207/head
parent
06e4e1521f
commit
4ee971b531
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
docker build -t wasi-sdk-builder:latest .
|
||||
docker run --mount type=bind,src=$PWD,target=/workspace --workdir /workspace wasi-sdk-builder:latest make package
|
||||
docker run --mount type=bind,src=$PWD,target=/workspace -e NINJA_FLAGS=-v --workdir /workspace wasi-sdk-builder:latest make package
|
||||
|
Loading…
Reference in new issue