authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-08-31 16:07:08-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-08-31 16:07:08-07:00
log7a733b9385e77bc6b9aa1c62ca180a6ba9f14f3f
treea33300ff40c68614a17ade9d2fa71950db07325a
parent77f31ebbbe9aa3c07a7f15a652e4b3baf816d235

CI: macos: skip non native

We already test cross compiling on x86_64-linux; no need to additionally test it in the macOS script.

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

ci/azure/macos_script+1
......@@ -52,6 +52,7 @@ stage3-release/bin/zig build test docs \
5252 --zig-lib-dir "$(pwd)/../lib" \
5353 -Denable-macos-sdk \
5454 -Dstatic-llvm \
55 -Dskip-non-native \
5556 --search-prefix "$PREFIX"
5657
5758if [ "${BUILD_REASON}" != "PullRequest" ]; then