Skip to content
New issue

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

Default linux abi to musl not gnu #2656

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

illicitonion
Copy link
Collaborator

The gnu-abi build cargo-bazel doesn't run in older linux distributions (e.g. centos7) because its libc implementation is too old.

This defaults to musl-linked binaries which don't link libc, so is more likely to be compatible with the execution environment.

The gnu-abi build cargo-bazel doesn't run in older linux distributions
(e.g. centos7) because its libc implementation is too old.

This defaults to musl-linked binaries which don't link libc, so is more
likely to be compatible with the execution environment.
@illicitonion
Copy link
Collaborator Author

I think this showed up because upgrading cross in #2645 appears to now link against a newer glibc, but I haven't dug super deep into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant