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

Fallback to cache-key Without Branch if Missing #28

Merged
merged 1 commit into from
Jun 18, 2020
Merged

Fallback to cache-key Without Branch if Missing #28

merged 1 commit into from
Jun 18, 2020

Conversation

ksylvest
Copy link
Contributor

@ksylvest ksylvest commented Jun 10, 2020

This uses a cache-key for the initial build on branches until a cache key is generated specific to the branch.

Motivation

Builds on new branches always install bundled dependencies without cache. This can be avoided since it is likely a cached version for the exact lockfile already exists.

Describe

Introducing a fallback key based solely on the lockfile.

Fixes #33.

This uses a cache-key for the initial build on branches until a cache
key is generated specific to the branch.
@FelicianoTech
Copy link
Contributor

Thank you @ksylvest, looks great.

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.

Bundled Dependencies are not Cached Globally
2 participants