| author | |
| committer | |
| log | 3e389d01ed13374aa3a362dfa505eb00718b318c |
| tree | 409a4e3bc6e1209181c8e23e544262180fb5c608 |
| parent | b49d99b246bc18d94b6eed0c225464078b05f12a |
1 files changed, 1 insertions(+), 1 deletions(-)
ci/azure/macos_script+1-1| ... | ... | @@ -59,7 +59,7 @@ set +x |
| 59 | 59 | LOG=$(mktemp) |
| 60 | 60 | for step in test-toolchain test-std docs; do |
| 61 | 61 | echo "* Running step: [$step]" |
| 62 | if ! release/bin/zig build $step -Denable-qemu -Denable-wasmtime 2>"$LOG" >&2; then | |
| 62 | if ! release/bin/zig build $step 2>"$LOG" >&2; then | |
| 63 | 63 | cat "$LOG" >&2 |
| 64 | 64 | exit 1 |
| 65 | 65 | fi |