Skip to content
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

Use tarballs instead of git checkouts by default for git-externals deps #15724

Merged
merged 1 commit into from
Apr 2, 2016

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Apr 1, 2016

Change the condition on git-externals from depending on NO_GIT and defaulting to a clone, to depending on a new variable DEPS_GIT which you have to set to 1 to keep the current behavior. Now defaults to tarballs.

@tkelman tkelman added the building Build system, or building Julia or its dependencies label Apr 1, 2016
@tkelman
Copy link
Contributor Author

tkelman commented Apr 2, 2016

@vtjnash are you okay with switching this? If you want to work on libuv or openlibm often then you should set this flag but be prepared to have to clean out libgit2 or openblas when we need patches. A more specific fix just for those 2 would also work but be a bigger change.

@tkelman tkelman merged commit 24b7196 into master Apr 2, 2016
@tkelman tkelman deleted the tk/notgit branch April 2, 2016 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant