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

Allow specifying libc for Linux install #3160

Merged
merged 4 commits into from Apr 28, 2022

Conversation

joonamo
Copy link
Contributor

@joonamo joonamo commented Mar 28, 2022

This is a sibling PR to PR in upstream dependency prebuild-install and should fix #3159.

@joonamo joonamo marked this pull request as ready for review April 22, 2022 13:12
@joonamo
Copy link
Contributor Author

joonamo commented Apr 22, 2022

@lovell This PR is now ready for review. You can find a test case for darwin and alpine linux in this gist. Let me know if you would need some further verification.

Copy link
Owner

@lovell lovell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for the PR, I've left one question inline. It might also be worth adding a unit test for overriding npm_config_libc to https://github.com/lovell/sharp/blob/main/test/unit/platform.js for consistency with the other npm_config_* env vars we support.

lib/platform.js Outdated Show resolved Hide resolved
@joonamo joonamo changed the title Read LIBC environment value Allow specifying libc for Linux install Apr 28, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 9703520 on joonamo:glibc-on-non-glibc-machine into d396a4e on lovell:main.

@lovell lovell merged commit 51b4a7c into lovell:main Apr 28, 2022
@lovell
Copy link
Owner

lovell commented Apr 28, 2022

Kiitos!

@lovell lovell added this to the v0.30.5 milestone Apr 28, 2022
@joonamo
Copy link
Contributor Author

joonamo commented May 24, 2022

Good morning! Was this included in v0.30.5? I can't see it in the changelog 🤔

lovell added a commit that referenced this pull request May 24, 2022
@lovell
Copy link
Owner

lovell commented May 24, 2022

Yes, sorry, I somehow missed adding it to the changelog. It's there now via commit 93b2905 - thanks again Joona for all your work on this!

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.

Cross-platform Linux installation, target uses glibc but host uses musl
3 participants