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: ability to remove read-only files (e.g. from build caches) #783

Merged
merged 6 commits into from Apr 9, 2024

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented Apr 9, 2024

Some compilers (for example Go) create a read-only cache in the workdir. This was giving an error when we tried to remove_all the files.

With these changes we change all the permissions to include write permissions before attempting to remove all the files once more.

@wolfv wolfv merged commit 5ba7d06 into prefix-dev:main Apr 9, 2024
13 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

1 participant