aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-08-14 17:02:06 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-08-14 17:02:06 +0100
commitc2a87bd302585c242d0d66db72c6ce6c60f81b78 (patch)
tree998a128b45c97ab893afef1daf60556dcdad6122 /.cirrus.yml
parent6c508ac3ff118902a9bc5a209913de5d72e771dd (diff)
downloadbitcoin-c2a87bd302585c242d0d66db72c6ce6c60f81b78.tar.xz
ci: Drop no longer needed `macos_sdk_cache`
It has been cached in the Docker image since https://github.com/bitcoin/bitcoin/pull/27028.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index eaaa2c471f..bd246cda97 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -321,17 +321,12 @@ task:
task:
name: 'macOS 11.0 [gui, no tests] [jammy]'
- << : *CONTAINER_DEPENDS_TEMPLATE
+ << : *GLOBAL_TASK_TEMPLATE
container:
docker_arguments:
CI_IMAGE_NAME_TAG: ubuntu:jammy
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
- macos_sdk_cache:
- folder: "depends/SDKs/$MACOS_SDK"
- fingerprint_key: "$MACOS_SDK"
- << : *MAIN_TEMPLATE
env:
- MACOS_SDK: "Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers"
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
task: