aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-02-09 10:30:41 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-02-09 12:11:47 +0000
commit73a3b161b7bb29327d0a529235cdc7d0295bd316 (patch)
treec952b748bb09606e51c21a094671343cb39414c7 /.cirrus.yml
parent8a61527cf6c29e8d63eb5d3e01c63cfca8862cfb (diff)
downloadbitcoin-73a3b161b7bb29327d0a529235cdc7d0295bd316.tar.xz
ci: Inline `MACOS_NATIVE_TASK_TEMPLATE`
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 8785e42155..232b24117a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -55,14 +55,6 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
<< : *CONTAINER_DEPENDS_TEMPLATE
<< : *MAIN_TEMPLATE
-macos_native_task_template: &MACOS_NATIVE_TASK_TEMPLATE
- << : *BASE_TEMPLATE
- check_clang_script:
- - clang --version
- brew_install_script:
- - brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
- << : *MAIN_TEMPLATE
-
compute_credits_template: &CREDITS_TEMPLATE
# https://cirrus-ci.org/pricing/#compute-credits
# Only use credits for pull requests to the main repo
@@ -328,7 +320,12 @@ task:
macos_instance:
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.1 # https://cirrus-ci.org/guide/macOS
- << : *MACOS_NATIVE_TASK_TEMPLATE
+ << : *BASE_TEMPLATE
+ check_clang_script:
+ - clang --version
+ brew_install_script:
+ - brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
+ << : *MAIN_TEMPLATE
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
CI_USE_APT_INSTALL: "no"