Skip to content

Commit 85e672a

Browse files
committed
Merge bitcoin/bitcoin#28269: ci: Drop no longer needed macos_sdk_cache
c2a87bd ci: Drop no longer needed `macos_sdk_cache` (Hennadii Stepanov) Pull request description: It has been cached in the Docker image since bitcoin/bitcoin#27028. ACKs for top commit: MarcoFalke: lgtm ACK c2a87bd Tree-SHA512: fba888d132910f9600db0acccf633400e699f7d5ca802ef109a792546f60f3a04791c503b43d156c8debc3bd0bce2ad911f6209eabc47cd63fce7996a6ae3cfc
2 parents 5606d7f + c2a87bd commit 85e672a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.cirrus.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -321,17 +321,12 @@ task:
321321

322322
task:
323323
name: 'macOS 11.0 [gui, no tests] [jammy]'
324-
<< : *CONTAINER_DEPENDS_TEMPLATE
324+
<< : *GLOBAL_TASK_TEMPLATE
325325
container:
326326
docker_arguments:
327327
CI_IMAGE_NAME_TAG: ubuntu:jammy
328328
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
329-
macos_sdk_cache:
330-
folder: "depends/SDKs/$MACOS_SDK"
331-
fingerprint_key: "$MACOS_SDK"
332-
<< : *MAIN_TEMPLATE
333329
env:
334-
MACOS_SDK: "Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers"
335330
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
336331

337332
task:

0 commit comments

Comments
 (0)