mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Revert "ci: let's not skip non native tests on macos!"
This reverts commit a34752c941c81e600c56670abb612fc86d0a2b73. With #15277 merged, the macOS CI will still run the self-hosted x86_64 tests even with -Dskip-non-native. This was the main motivation for the commit. It would be nice to keep this flag enabled, however, we don't have enough CI computing power, and the macOS CI lags behind with these extra tests enabled.
This commit is contained in:
parent
4df87b40fd
commit
72dcad6f02
@ -51,6 +51,7 @@ stage3/bin/zig build test docs \
|
||||
--zig-lib-dir "$(pwd)/../lib" \
|
||||
-Denable-macos-sdk \
|
||||
-Dstatic-llvm \
|
||||
-Dskip-non-native \
|
||||
--search-prefix "$PREFIX"
|
||||
|
||||
# Produce the experimental std lib documentation.
|
||||
|
||||
@ -51,6 +51,7 @@ stage3/bin/zig build test docs \
|
||||
--zig-lib-dir "$(pwd)/../lib" \
|
||||
-Denable-macos-sdk \
|
||||
-Dstatic-llvm \
|
||||
-Dskip-non-native \
|
||||
--search-prefix "$PREFIX"
|
||||
|
||||
# Produce the experimental std lib documentation.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user