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 to see what breaks in ci #23

Closed kevinheavey closed 1 year ago

kevinheavey commented 1 year ago

Conclusion: looks like the linux-cross and mussllinux builds don't work. The regular linux builds work after adding openssl to the docker image. The Windows and MacOS builds work as-is, though MacOS universal build is very slow