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

Commits on Feb 28, 2024

  1. Add note about musl-based systems

    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.
    CuriouslyCurious committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dc54411 View commit details
    Browse the repository at this point in the history