mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k stars 552 forks source link

Sccache Release assets for 0.7.6 requires glibc 2.29 on linux #2071

Closed estk closed 9 months ago

estk commented 9 months ago

I used binstall to install sccache on an older debian, the binary installed from the github release crashed at runtime:

sccache: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by sccache)

glibc 2.17 can be targeted by ci by using cargo zigbuild

estk commented 9 months ago

Actually I think this is a problem with binstall, the binary was pulled from quickinstall

https://github.com/cargo-bins/cargo-binstall/issues/1332