Skip to content

Commit

Permalink
trying origin al worarounf
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 7e71532 commit 391a4d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ tikv-client = "0.2"
tokio = "1.33.0"

[target.'cfg(target_os = "linux")'.dependencies]
openssl = { version = "0.10.40", features = ["vendored"] }
# This is a workaround for building the client in manylinux container. These dependencies
# are not directly used by this crate but the cargo will add the following features to the
# indirected dependencies in order to vender the OpenSSL.
reqwest = { version = "0.11", default-features = false, features = ["native-tls-vendored"] }
# grpcio = { version = "0.9", features = ["openssl-vendored"], default-features = false }

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 391a4d8

Please sign in to comment.