-
Notifications
You must be signed in to change notification settings - Fork 551
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
[Git] Upgrade to v2.36.1 and add hack for macOS #4987
Conversation
Does this not work properly? |
The build per se works fine, but I also wanted to address JuliaVersionControl/Git.jl#40. However last time I tried it, it didn't seem to work around the SIP limitation, there's a build at https://github.com/giordano/Git_jll.jl if you want to play with it. |
15d4219
to
aa64caa
Compare
Co-authored-by: Elliot Saba <staticfloat@gmail.com>
Uhm, this isn't working though:
|
Ah, nevermind, I was using vanilla
This will be fixed in JuliaVersionControl/Git.jl#45. |
Ah, I was juuuuust about to post that! :) |
Good to go now? 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM, I'll let you merge when you think enough other people have tried it out.
I'm going to merge to let people test it more easily in JuliaVersionControl/Git.jl#45, and this PR isn't any worse than the current situation anyway. |
I think this broke Git_jll for me on macOS: https://buildkite.com/julialang/metal-dot-jl/builds/251#01866c4e-d540-461b-af94-dca033cdc492
This is on the juliaecosystem CI machines, doing just |
You should really use Git.jl, this jll is quite useless anyway without that package or without setting all the environment variables that package sets |
I am using |
Presumably we need to cut a new release of Git.jl that includes JuliaVersionControl/Git.jl#45 |
With Git.jl 1.3.0 I'm getting a different failure, again on macOS from
|
Right, |
Actually, I'm not sure |
Sorry, no. Stack Overflow has some suggestions, https://stackoverflow.com/questions/1055671/how-can-i-get-the-behavior-of-gnus-readlink-f-on-a-mac, but yeah it'd be better if we can just drop it :-) |
CC: @mortenpi
Ref JuliaVersionControl/Git.jl#40.