Skip to content

Refactor static and dynamic handling to avoid hard-coding musl #542

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

Closed
zanieb opened this issue Feb 26, 2025 · 1 comment
Closed

Refactor static and dynamic handling to avoid hard-coding musl #542

zanieb opened this issue Feb 26, 2025 · 1 comment
Labels
internal A refactor or improvement that is not user-facing

Comments

@zanieb
Copy link
Member

zanieb commented Feb 26, 2025

With #541, musl is switching to dynamic linking and it became apparent that the build system special-cases musl specifically instead of tracking if the build is statically or dynamically linked. It'd be great to add an abstraction to capture the concept rather than checking the target triple.

It's unclear if we'll need this long-term, but it's not a lot of work anyway.

@zanieb zanieb added the internal A refactor or improvement that is not user-facing label Feb 26, 2025
@zanieb
Copy link
Member Author

zanieb commented Mar 12, 2025

Done in #541

@zanieb zanieb closed this as completed Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing
Projects
None yet
Development

No branches or pull requests

1 participant