-
Notifications
You must be signed in to change notification settings - Fork 476
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
bug: failed to run custom build command for aws-lc-sys v0.20.1
#5048
Comments
Hi, https://github.com/seanmonstar/reqwest/blob/master/Cargo.toml rustls-tls-manual-roots = ["__rustls", "__rustls-ring"]
rustls-tls-webpki-roots = ["dep:webpki-roots", "hyper-rustls?/webpki-tokio", "__rustls", "__rustls-ring"]
rustls-tls-native-roots = ["dep:rustls-native-certs", "hyper-rustls?/native-tokio", "__rustls", "__rustls-ring"]
rustls-tls-manual-roots-no-provider = ["__rustls"] Please check your dependency tree to see if there are other crates enabling Rustls default features. |
I am not sure what leads to the |
Perhaps it is an issue related to the [dependencies.mysql_async]
default-features = false
features = ["default-rustls"]
optional = true
version = "0.34" Related to blackbeam/mysql_async#316 |
Yes, this is an issue we've encountered before: #5000 |
Closing for not related to opendal. |
Describe the bug
OpenDAL has a reqwest/rustls-tls as a default feature. But
rustls
can not compile without NASM on windows: rustls/rustls#1913Steps to Reproduce
Expected Behavior
It should does not depend on
aws-lc-sys
by default.Additional Context
No response
Are you willing to submit a PR to fix this bug?
The text was updated successfully, but these errors were encountered: