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

Unable to reserve cache with key Linux-sbt-cache-v2-..., another job may be creating this cache. #154

Closed
armanbilge opened this issue Feb 9, 2022 · 2 comments
Labels

Comments

@armanbilge
Copy link
Member

This is similar to #74, except related to the cache step (not the artifact upload/download step) which is used to cache maven dependencies between runs. Its keys will also need to be made unique.

@armanbilge armanbilge added the bug label Feb 9, 2022
@armanbilge
Copy link
Member Author

Btw, unlike #74 I don't think this is harmful, just a missed cache/optimization opportunity.

@armanbilge
Copy link
Member Author

Actually, my bad: apparently this step is really only intended to cache sbt itself, not the actual build dependencies. In which case the current key is fine (which afaict also excludes build.sbt).

But, it is still a missed opportunity to cache all the dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant