Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use shared volume to cache packages #217

Merged
merged 8 commits into from
Jan 10, 2024

Conversation

pbchekin
Copy link
Contributor

@pbchekin pbchekin commented Jan 9, 2024

GitHub has a limit of 10GB of cache per repository. Plus caches are scoped to a key and a branch, so a cache created on branch-A won’t be accessible by branch-B unless branch-A is the default branch. Since llvm-target is not the default branch, we cannot use GitHub cache directly.

GitHub has a limit of 10GB of cache per repository. Plus caches are
scoped to a key and a branch, so a cache created on branch-A won’t be
accessible by branch-B unless branch-A is the default branch. Since
llvm-target is not the default branch, we cannot use GitHub cache
directly.
@pbchekin pbchekin marked this pull request as ready for review January 9, 2024 18:50
@whitneywhtsang whitneywhtsang merged commit 1b22313 into llvm-target Jan 10, 2024
3 checks passed
@whitneywhtsang whitneywhtsang deleted the shared-volume-as-cache branch January 10, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants