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

Create a more robust key to use when caching builds/dependencies #30429

Open
ryanthemanuel opened this issue Oct 21, 2024 · 0 comments
Open

Create a more robust key to use when caching builds/dependencies #30429

ryanthemanuel opened this issue Oct 21, 2024 · 0 comments
Labels
process: build Related to our internal build process type: chore Work is required w/ no deliverable to end user

Comments

@ryanthemanuel
Copy link
Collaborator

ryanthemanuel commented Oct 21, 2024

What would you like?

We are running into situations where we are not invalidating the cache as often as we should and this is causing issues with the builds that are really hard to track down. Currently we use

  • .circleci/cache-version.txt
  • platform_key
  • circle-cache (combination of yarn locks and patches)

Ideas for additions to the key that could help with this:

  • Using the workflow.yml file itself

Why is this needed?

No response

Other

No response

@jennifer-shehane jennifer-shehane added type: chore Work is required w/ no deliverable to end user process: build Related to our internal build process labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
process: build Related to our internal build process type: chore Work is required w/ no deliverable to end user
Projects
None yet
Development

No branches or pull requests

2 participants