authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-04-16 23:48:42-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-04-16 23:48:42-07:00
log72dcad6f020363237bdcd05b3f26f7b67fa9f162
tree0c10a9c06c36c8ddcd1a4ff838552fe982e26e54
parent4df87b40fdfa221d169812969458c9112510d73f

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.

2 files changed, 2 insertions(+), 0 deletions(-)

ci/x86_64-macos-debug.sh+1
......@@ -51,6 +51,7 @@ stage3/bin/zig build test docs \
5151 --zig-lib-dir "$(pwd)/../lib" \
5252 -Denable-macos-sdk \
5353 -Dstatic-llvm \
54 -Dskip-non-native \
5455 --search-prefix "$PREFIX"
5556
5657# Produce the experimental std lib documentation.
ci/x86_64-macos-release.sh+1
......@@ -51,6 +51,7 @@ stage3/bin/zig build test docs \
5151 --zig-lib-dir "$(pwd)/../lib" \
5252 -Denable-macos-sdk \
5353 -Dstatic-llvm \
54 -Dskip-non-native \
5455 --search-prefix "$PREFIX"
5556
5657# Produce the experimental std lib documentation.