kevinheavey / solders

A high-performance Python toolkit for Solana, written in Rust
https://kevinheavey.github.io/solders/
Apache License 2.0
205 stars 23 forks source link

Add reqwest dep with rustls-tls feature to see what breaks #33

Closed kevinheavey closed 1 year ago

kevinheavey commented 1 year ago

Results: reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls"] } works on everything I care about except s390x and ppc64. They're unsupported by the ring crate: https://github.com/briansmith/ring/issues/1567

kevinheavey commented 1 year ago

^ when solana-program-test is a dependency, linux i686, musllinux, and linux armv7 also fail