Hi,
I've had problems just running the downloaded binaries because of GLIBC issues.
Would a musl build be possible with something like this ?
Thanks
Add the target:
rustup target add x86_64-unknown-linux-musl
Build:
cargo build --release --target x86_64-unknown-linux-musl
Hi,
I've had problems just running the downloaded binaries because of GLIBC issues.
Would a musl build be possible with something like this ?
Thanks