mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
ci: disable macOs native
This commit can be reverted when macOs arm64 is compiling
This commit is contained in:
parent
d5d056d009
commit
d3f4ffbfe4
29
.cirrus.yml
29
.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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user