-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
LibGit2: Update to 1.9.1 #58731
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
base: master
Are you sure you want to change the base?
LibGit2: Update to 1.9.1 #58731
Conversation
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.
Ah, right, zlib and pcre2 must be specified as dependencies here, and loaded in jll package
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.
What about JLLWrappers
? Should that also be listed as dependency?
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.
And what about CompilerSupportLibraries_jll
? Can that dependency be removed?
https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl/blob/main/Project.toml
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.
What about JLLWrappers? Should that also be listed as dependency?
That's not an stdlib, so no.
And what about
CompilerSupportLibraries_jll
? Can that dependency be removed?https://github.com/JuliaBinaryWrappers/LibGit2_jll.jl/blob/main/Project.toml
It was added by @IanButterworth in #58560.
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.
It was added because libgcc_s seems to be needed on windows.
The good thing is tests should catch what's needed or unnecessary here.
This comment was marked as resolved.
This comment was marked as resolved.
@giordano @IanButterworth Please retrigger the build, there was a spurious failure. |
I think you need to update all manifests anyway |
This fails because there is a test using |
No description provided.