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

ci: static link musl on alpine build #969

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

Conversation

Enter-tainer
Copy link
Collaborator

See Enter-tainer/typstyle#177

Although, it might not be a bug if the -alpine binary is design to be running on alpine linux. But generally -musl binary is designed to be universal binary for systems with ancient glibc. So we should static link musl here.

@Myriad-Dreamin
Copy link
Owner

Although, it might not be a bug if the -alpine binary is design to be running on alpine linux. But generally -musl binary is designed to be universal binary for systems with ancient glibc. So we should static link musl here.

I understand we should separate build both two binaries. One for linux distros shipped dynamic linked musl, and one for all rest unknown linux distros, especially for systems with ancient glibc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants