Commit 72dcad6f02

Andrew Kelley <andrew@ziglang.org>
2023-04-17 08:48:42
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.
1 parent 4df87b4
ci/x86_64-macos-debug.sh
@@ -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.
ci/x86_64-macos-release.sh
@@ -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.