Skip to content

Commit 73a3b16

Browse files
committed
ci: Inline MACOS_NATIVE_TASK_TEMPLATE
1 parent 8a61527 commit 73a3b16

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.cirrus.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
5555
<< : *CONTAINER_DEPENDS_TEMPLATE
5656
<< : *MAIN_TEMPLATE
5757

58-
macos_native_task_template: &MACOS_NATIVE_TASK_TEMPLATE
59-
<< : *BASE_TEMPLATE
60-
check_clang_script:
61-
- clang --version
62-
brew_install_script:
63-
- brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
64-
<< : *MAIN_TEMPLATE
65-
6658
compute_credits_template: &CREDITS_TEMPLATE
6759
# https://cirrus-ci.org/pricing/#compute-credits
6860
# Only use credits for pull requests to the main repo
@@ -328,7 +320,12 @@ task:
328320
macos_instance:
329321
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
330322
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.1 # https://cirrus-ci.org/guide/macOS
331-
<< : *MACOS_NATIVE_TASK_TEMPLATE
323+
<< : *BASE_TEMPLATE
324+
check_clang_script:
325+
- clang --version
326+
brew_install_script:
327+
- brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
328+
<< : *MAIN_TEMPLATE
332329
env:
333330
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
334331
CI_USE_APT_INSTALL: "no"

0 commit comments

Comments
 (0)