From d3f4ffbfe470f1e3bc954c2bbe879e7736e61d9f Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Sun, 8 Oct 2023 08:29:24 -0400 Subject: [PATCH] ci: disable macOs native This commit can be reverted when macOs arm64 is compiling --- .cirrus.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 750c3e863..d5c96f6b0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -134,17 +134,18 @@ task: env: FILE_ENV: "./ci/test/00_setup_env_mac.sh" -task: - name: 'macOS 10.14 native [GOAL: install] [GUI] [no depends]' - brew_install_script: - - brew update - - brew install boost libevent qt@5 miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt - << : *GLOBAL_TASK_TEMPLATE - osx_instance: - # Use latest image, but hardcode version to avoid silent upgrades (and breaks) - image: catalina-xcode-12.1 # https://cirrus-ci.org/guide/macOS - env: - DANGER_RUN_CI_ON_HOST: "true" - CI_USE_APT_INSTALL: "no" - PACKAGE_MANAGER_INSTALL: "echo" # Nothing to do - FILE_ENV: "./ci/test/00_setup_env_mac_host.sh" +# Disabled until macOS arm64 compiles without errors +#task: +# name: 'macOS 10.14 native [GOAL: install] [GUI] [no depends]' +# brew_install_script: +# - brew update +# - brew install boost libevent qt@5 miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt +# << : *GLOBAL_TASK_TEMPLATE +# osx_instance: +# # Use latest image, but hardcode version to avoid silent upgrades (and breaks) +# image: catalina-xcode-12.1 # https://cirrus-ci.org/guide/macOS +# env: +# DANGER_RUN_CI_ON_HOST: "true" +# CI_USE_APT_INSTALL: "no" +# PACKAGE_MANAGER_INSTALL: "echo" # Nothing to do +# FILE_ENV: "./ci/test/00_setup_env_mac_host.sh"