Skip to content

feature: enable building git2-curl with vendored openssl #610

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

Closed
wants to merge 2 commits into from

Conversation

corbinu
Copy link

@corbinu corbinu commented Aug 17, 2020

the main crate can be build with vendored ssl git2-curl can not. This adds that feature

@ehuss
Copy link
Contributor

ehuss commented Aug 17, 2020

Can you explain more why you would need this? In what scenario do you depend on git2-curl without also depending on git2?

@corbinu
Copy link
Author

corbinu commented Aug 17, 2020

@ehuss Sorry about that you are right my fault. I am trying to update cargo-outdated to compile with vendored SSL. Something I recently did with with cargo-update. cargo-outdated depends on git2 directly where as cargo-outdated only depends on git2-curl. I was thinking I needed this but in reality it was just needed to build cargo itself with vendored-openssl as that is where the git2 dep is coming from

@corbinu corbinu closed this Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants