mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 09:02:32 +00:00
CI: no need to try qemu and wasmtime on macOS builds
This commit is contained in:
parent
b49d99b246
commit
3e389d01ed
@ -59,7 +59,7 @@ set +x
|
||||
LOG=$(mktemp)
|
||||
for step in test-toolchain test-std docs; do
|
||||
echo "* Running step: [$step]"
|
||||
if ! release/bin/zig build $step -Denable-qemu -Denable-wasmtime 2>"$LOG" >&2; then
|
||||
if ! release/bin/zig build $step 2>"$LOG" >&2; then
|
||||
cat "$LOG" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user