Right now, psutil is on an old version without musl wheels (7.2.0 adds them), and hdrhistogram doesn't have them.
hdrhistogram still tries to build on my machine using musl-clang which isn't available, even after installing clang. So, need to dig in whether I'm missing some flags, env vars, an alias, or what. I'd rather not have to build clang from scratch.
error: cannot produce cdylib for `engine v0.0.1 (pants/src/rust/engine)` as the target `aarch64-unknown-linux-musl` does not support these crate types
Right now, psutil is on an old version without musl wheels (7.2.0 adds them), and hdrhistogram doesn't have them.
hdrhistogram still tries to build on my machine using
musl-clangwhich isn't available, even after installingclang. So, need to dig in whether I'm missing some flags, env vars, an alias, or what. I'd rather not have to build clang from scratch.