Skip to content

Provide a musl (static) build for x86_64-unknown-linux-musl #6

Description

@obazoud

The prebuilt binary is linked against a recent glibc and fails on stable/LTS distributions with an older glibc:

/lib64/libc.so.6: version 'GLIBC_2.39' not found (required by ./hitch)

For example, RHEL 9 (and derivatives) ship glibc 2.34, so the current release binary cannot run there.

A statically linked musl build would run on any Linux regardless of glibc version. Attaching the resulting x86_64-unknown-linux-musl binary to releases would cover users on older-glibc systems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions