-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Compile cache permission denied #57254
Comments
Bump; this happened again, breaking Metal.jl CI. https://buildkite.com/julialang/metal-dot-jl/builds/1665#0194cf1f-f0f2-49e3-af95-41261e20ab8e
Notice the one cache file with messed up permissions. |
Does Pkg modify the precompile files at all? Base creates them so probably the problem is there? |
OK, transferred to Base. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Metal.jl, we encountered the following permission error during precompilation:
Full log:
After logging in to the CI bot, the file exists and has bad permissions:
I'm not sure how that would have happened. It's the only file with such permissions:
Should Pkg handle this more gracefully?
The text was updated successfully, but these errors were encountered: