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

Add libc version to the binary package name #70

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

Conversation

lukeggchapman
Copy link

This is an attempt to fix #68

Currently for all node 18 versions it will pull down from the binaries bucket a version compiled with libc 2.29.
This causes a problem with AWS lambda which uses 2.26 at runtime.

This PR should hopefully make the node-pre-gyp package aware of the libc version, and know if it needs to build from scratch or not depending on the desired versions.

Ideally we could come up with a way to build all the different versions and upload them to the binaries bucket. I'm not aware of how this is managed, but happy to contribute where I can.

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.

libc version mismatch Node 18 - AWS Lambda
1 participant