ci: disable macOs native

This commit can be reverted when macOs arm64 is compiling
This commit is contained in:
Patrick Lodder 2023-10-08 08:29:24 -04:00
parent d5d056d009
commit d3f4ffbfe4
No known key found for this signature in database
GPG Key ID: 7C523F5FBABE80E7

View File

@ -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"