Commit 7a733b9385

Andrew Kelley <andrew@ziglang.org>
2022-09-01 01:07:08
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 parent 77f31eb
Changed files (1)
ci
ci/azure/macos_script
@@ -52,6 +52,7 @@ stage3-release/bin/zig build test docs \
   --zig-lib-dir "$(pwd)/../lib" \
   -Denable-macos-sdk \
   -Dstatic-llvm \
+  -Dskip-non-native \
   --search-prefix "$PREFIX"
 
 if [ "${BUILD_REASON}" != "PullRequest" ]; then