From 7a733b9385e77bc6b9aa1c62ca180a6ba9f14f3f Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 31 Aug 2022 16:07:08 -0700 Subject: [PATCH] CI: macos: skip non native We already test cross compiling on x86_64-linux; no need to additionally test it in the macOS script. --- ci/azure/macos_script | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/azure/macos_script b/ci/azure/macos_script index 2bc0e75e6167f07246ca436ddaff65f0f8384791..966db008f93eba0bd03bf8ffa994ff3682ad1dac 100755 --- a/ci/azure/macos_script +++ b/ci/azure/macos_script @@ -52,6 +52,7 @@ stage3-release/bin/zig build test docs \ --zig-lib-dir "$(pwd)/../lib" \ -Denable-macos-sdk \ -Dstatic-llvm \ + -Dskip-non-native \ --search-prefix "$PREFIX" if [ "${BUILD_REASON}" != "PullRequest" ]; then -- 2.54.0