forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add SDK (extracted) sources to separate SDK cache
We cannot add it to the sources cache because we share the cache among all variants and as the caches are immutable, the first one to finish will decide the cache for all subsequent use. This will prevent the SDKs from being saved and will cause failures in the next step as it fetches the common cache, most likely saved by a Linux variant and finds no cache. Saving it in the source cache isn't a great option either because it will get frequently invalidated. Better to just give it its own cache.
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters