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

Add note about musl-based systems #2245

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

Conversation

CuriouslyCurious
Copy link

On musl-based systems you cannot properly build the CLI tools without specifying the RUSTFLAGS=-C target-feature=-crt-static which makes rustc no longer attempt to compile things statically (which is the default on musl-based systems). This PR adds a note about it in the README.md as well as instruction(s) on how to install the needed dependency on Alpine Linux.

See #2148 for some of the details.

On musl-based systems you cannot properly build the CLI tools without
specifying the `RUSTFLAGS=-C target-feature=-crt-static` which makes
rustc no longer attempt to compile things statically (which is the
default on musl-based systems). This PR adds a note about it
in the README.md as well as instruction(s) on how to install the
needed dependency on Alpine Linux.
@bugadani bugadani added the skip-changelog This PR does not require a changelog entry on release label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog This PR does not require a changelog entry on release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants