authorgravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2021-05-01 00:38:54+02:00
committergravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2021-05-01 00:38:54+02:00
log3e389d01ed13374aa3a362dfa505eb00718b318c
tree409a4e3bc6e1209181c8e23e544262180fb5c608
parentb49d99b246bc18d94b6eed0c225464078b05f12a

CI: no need to try qemu and wasmtime on macOS builds


1 files changed, 1 insertions(+), 1 deletions(-)

ci/azure/macos_script+1-1
......@@ -59,7 +59,7 @@ set +x
5959LOG=$(mktemp)
6060for step in test-toolchain test-std docs; do
6161 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
6363 cat "$LOG" >&2
6464 exit 1
6565 fi