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

fix(build): Create symlink to .cache so we dont run out of space #116

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

vegano1
Copy link
Collaborator

@vegano1 vegano1 commented Jan 2, 2024

Some Node packages are not using the correct cached directory for downloads, leading the docker instance to balloon in size causing the builds to fail. Instead of trying to wack-mole each new package whenever a build fails, let's symlink all of the /volumes/cache used by the docker instance to ~/.cache which is externally mounted to S3 and has enough space to hold our cache.

@vegano1 vegano1 requested a review from sfoster1 January 2, 2024 16:53
Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me if it all works!

@vegano1 vegano1 merged commit e0741b6 into main Jan 3, 2024
3 checks passed
@vegano1 vegano1 deleted the cypress-install-dir branch January 3, 2024 14:41
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