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

build: update dependency to fix openssl3 build #195

Closed
wants to merge 1 commit into from

Conversation

Sherlock-Holo
Copy link
Contributor

this PR can fix #194

@chmouel
Copy link

chmouel commented Nov 29, 2022

we can as well pin the openssl vendored.

 --- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,6 +36,7 @@ rayon = "1.5.2"
 thiserror = "1.0.30"
 crossbeam-channel = "0.5.4"
 textwrap = { version = "0.15.0", features = ["terminal_size"] }
+openssl = { version = "0.10.43", features = ["vendored"] }
 
 man = { version = "0.3.0", optional = true }

@Sherlock-Holo
Copy link
Contributor Author

IMO the benefit of using openssl is we can update the openssl by system package manager without rebuilding program, but when use the vendor mode, we no longer enjoy this benefit and it may increase the build time

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.

openssl 3 is unsupported
2 participants