Closed rdbo closed 8 months ago
Seems like this was a problem with the Rust toolchain itself (even though I managed to compile it successfully with this same toolchain in another machine, so that's why I assumed it was a problem with the crate). I tried again with nightly 1.78.0 (2024-03-11) and it's building
OS: Alpine Linux Arch: x86_64 Target: nightly-x86_64-unknown-linux-musl rustc verison: rustc 1.77.0-nightly (190f4c961 2024-01-09)
I've been trying to compile axum and some other dependencies using exclusively
rustls
, and it seems thatrustls-webpki
depends onring
, andring
is failing to compile with the following error:I'm not sure what this means exactly, but I tried adding
-C target-cpu=native
, but that didn't help.