diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-11-25 19:32:22 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-11-25 20:39:07 +0200 |
commit | e988bc7f2e4919aa296f8de1f34cc6d7f6de8aae (patch) | |
tree | a162e22f7b47bc056fbf973e8031878512e2cbba /.cirrus.yml | |
parent | 681b25e3cd7d084f642693152322ed9a40f33ba0 (diff) |
ci: Make macOS SDK cache independent, and update it timely
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 6cecb9b59a..c328f442eb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -273,11 +273,14 @@ task: task: name: 'macOS 10.15 [gui, no tests] [focal]' - << : *DEPENDS_SDK_CACHE_TEMPLATE + macos_sdk_cache: + folder: "depends/SDKs/$MACOS_SDK" + fingerprint_key: "$MACOS_SDK" << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:focal env: + MACOS_SDK: "Xcode-12.1-12A7403-extracted-SDK-with-libcxx-headers" << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV FILE_ENV: "./ci/test/00_setup_env_mac.sh" |