commit a34752c941c81e600c56670abb612fc86d0a2b73 (tree)
parent 3f35d6984fa7e90a86cae3d6769cc2f1036bbdde
Author: Jakub Konka <kubkon@jakubkonka.com>
Date: Thu, 13 Apr 2023 16:44:22 +0200
ci: let's not skip non native tests on macos!
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/ci/x86_64-macos-debug.sh b/ci/x86_64-macos-debug.sh
@@ -51,7 +51,6 @@ 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.
diff --git a/ci/x86_64-macos-release.sh b/ci/x86_64-macos-release.sh
@@ -51,7 +51,6 @@ 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.