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

Feature: Add musl release machinery #55

Open
t3hmrman opened this issue Dec 18, 2023 · 0 comments
Open

Feature: Add musl release machinery #55

t3hmrman opened this issue Dec 18, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed infra/docker infra/github platform/alpine

Comments

@t3hmrman
Copy link
Member

Context

At present, release builds are only for GNU libc related operating systems (e.x. debian-derived systems). The produced tar.gz release artifact will not work on Alpine linux when extracted, as it will fail to find libc related shared objects.

Proposal

Machinery to build/test in CI for musl (i.e. via alpine) must be uncommented from the Justfile (it was added during 0.2.0 release polishing) and enabled.

Currently there is a (relatively recently renamed) build-and-test-gnu which must be adapted to work on alpine. While it is likely that it works as-is, the action is named to make the requirement explicit until that can be confirmed.

Once this feature is implemented, we should have a new alpine artifact (.tar.gz) that can be downloaded and installed directly.

Alternatives

N/A

Additional Links

Add any additional links/background information here.

@t3hmrman t3hmrman added enhancement New feature or request infra/github infra/docker platform/alpine help wanted Extra attention is needed good first issue Good for newcomers labels Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed infra/docker infra/github platform/alpine
Projects
None yet
Development

No branches or pull requests

1 participant