mirror of https://github.com/WebAssembly/wasi-sdk
Setup ninja verbose option at the workflow scripts (#207)
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 scriptspull/208/head
parent
06e4e1521f
commit
a0415286e0
@ -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