Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Correctly identifies muslc distributions #732

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

Conversation

augustobmoura
Copy link

Currently we always download the official linux binaries for GNU libc even in systems with different libcs, like alpine. This is a bug, nodejs supports being compiled against muslc and has basic support for pre-compiled binaries.

Support for pre-compiled binaries will be added in a different commit

Related to #722

Currently we always download the official linux binaries for GNU libc even
in systems with different libcs, like alpine. This is a bug, nodejs
supports being compiled against muslc and has basic support for
pre-compiled binaries.

Support for pre-compiled binaries will be added in a different commit
@jasonkarns
Copy link
Member

Thank you! I'm going to spend some time with this soon. Any chance you would be up for adding some tests for this?

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

Successfully merging this pull request may close these issues.

2 participants