-
Notifications
You must be signed in to change notification settings - Fork 418
build git2 without openssl-sys #1154
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
Comments
What was the build failure? And what you're going to use without openssl when using HTTPS? |
If you're having trouble or getting build errors because of OpenSSL, typically the solution is to run the following command to use OpenSSL vendored in your project: |
@weihanglo I was wondering if git2 could give the option to use rustls |
I think this is a duplicate of #623. |
Indeed, I'll close as duplicate of #623, thanks! |
Dear git2 community,
I am using git2 crate in my project however, I am having difficulties with github build pipeline because it will fail due to the lack of openssl-sys.
I always clone using https, would it be possible to build git2 without openssl-sys?
thank you
The text was updated successfully, but these errors were encountered: