Azure / Azure/azure-sdk-for-rust
Windows tests failing with `--all-features` on openssl
Open
Central-EngSys
EngSys
- Dominant language
- Rust
- Stars
- 884
- Forks
- 365
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 109
Description
When running `cargo test --all-features` for azure_core on Windows, `tokio-native-tls` fails to compile because it can't find openssl.
If we know where it is on the box, we can set the `OPENSSL_DIR` environment variable to its location before calling `cargo test`
Contributor guide
Assessment
This issue has not been assessed yet.