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 calculation of cache size when using compression #3055

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

rhysm
Copy link
Contributor

@rhysm rhysm commented Jan 24, 2024

When compression is on cached artifacts are stored as files. When walking the cache directory if we return SkipDir then it only counts the first artifact for a given target and ignores the rest.

When compression is on cached artifacts are stored as files. When
walking the cache directory if we return SkipDir then it only counts the
first artifact for a given target and ignores the rest.
@peterebden
Copy link
Member

Thanks! Sorry this slipped by us for a while there 😬

@peterebden peterebden merged commit 0bbbfd4 into thought-machine:master Mar 5, 2024
14 checks passed
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.

None yet

2 participants