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

Commits on May 15, 2024

  1. Default linux abi to musl not gnu

    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 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    53a4a71 View commit details
    Browse the repository at this point in the history