mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 03:44:46 +01:00
Revert "ci: let's not skip non native tests on macos!"
This reverts commit a34752c941.
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
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue