From a34752c941c81e600c56670abb612fc86d0a2b73 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Thu, 13 Apr 2023 16:44:22 +0200 Subject: [PATCH] ci: let's not skip non native tests on macos! --- ci/x86_64-macos-debug.sh | 1 - ci/x86_64-macos-release.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/ci/x86_64-macos-debug.sh b/ci/x86_64-macos-debug.sh index d1e86123ed..cbfece9dd9 100755 --- 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 index 1dd17943c3..17a5e43bb0 100755 --- 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.