We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Actually I think this is a problem with binstall, the binary was pulled from quickinstall
cargo-bins/cargo-binstall#1332
Sorry, something went wrong.
No branches or pull requests
I used binstall to install sccache on an older debian, the binary installed from the github release crashed at runtime:
glibc 2.17 can be targeted by ci by using cargo zigbuild
The text was updated successfully, but these errors were encountered: