mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 12:03:19 +00:00
CI: macos: skip non native
We already test cross compiling on x86_64-linux; no need to additionally test it in the macOS script.
This commit is contained in:
parent
77f31ebbbe
commit
7a733b9385
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user