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:
Andrew Kelley 2023-04-16 23:48:42 -07:00
parent 4df87b40fd
commit 72dcad6f02
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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.