-
Notifications
You must be signed in to change notification settings - Fork 496
Use the Git JLL for git (via Git.jl; except on Macs) #1855
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
Conversation
What's the size of this download? |
You mean the JLL artifacts? Is there a way to easily get that info? Git_jll appears the be on the order of 40-50MB (which is actually more than I thought it would be). But it also brings along a bunch of dependencies:
Any particular circumstance where you'd be concerned about the size of the download? |
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.
Looks like the Manifest got committed (by accident?)
If at first you don't succeed, or something like that 😄 I probably forgot about this PR when I did the other one. |
We still use the system
git
on Mac to work around the linking problems. SettingGIT_TEMPLATE_DIR
(which Git.jl does) is necessary to make sure that ourgit init
andgit clone
invocations do not pick up user-specific Git hooks etc (which can fail the tests).