-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Bump Pkg
version to include fix to git tree hash calculation
#33985
Conversation
This fix alone would be a candidate for a very quick 1.3.1 release since the umask artifact issue is rather bad. |
Does this include improvement of loading time of jll packages? Also that would be good to have in 1.3.1 |
Note that this is to update
Yes, both this PR and Fredrik's 1.3 backporting branch contain the speedups. |
For precompilation time of jll packages we also need to use some of the artifact functionality in the precompile script. I agree we should get a 1.3.1 out fairly quickly. |
Should include JuliaLang/Pkg.jl#1517 here as well, since right now, master is pretty broken for packages overall. |
We could do something like download a JLL package into the Julia source directory (before the build) and install the artifacts somewhere, then |
Yeah, just bundle something with Pkg that allows us to use the |
This fixes some recently-reported issues with restrictive `umask`'s and the `Pkg.Artifacts` git tree hash calculation. X-ref: JuliaPackaging/BinaryBuilder.jl#527
99df6d5
to
dba2fd9
Compare
This fixes some recently-reported issues with restrictive `umask`'s and the `Pkg.Artifacts` git tree hash calculation. X-ref: JuliaPackaging/BinaryBuilder.jl#527
This fixes some recently-reported issues with restrictive
umask
's andthe
Pkg.Artifacts
git tree hash calculation.X-ref: JuliaPackaging/BinaryBuilder.jl#527