Closed mati865 closed 1 year ago
Thanks, I will investigate this.
In the meantime, can you try x86_64-unknown-linux-musl? It should be fully statically linked with no dynamic lib.
There is no x86_64-unknown-linux-musl sccache binary in this repo, the one from sccache repository does work.
Thanks, it seems like something is wrong with the x86_64-unknown-linux-musl target compilation
Thank you for the quick fix!
When using
cargo-binstall
to instalsccache
I have noticed the binaries do not work. Upon investigation I noticed the binary comes from this repository and it's linked to shared OpenSSL libs:Haven't tested other binaries from this repo.