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

fix native addon for Node 13 and older versions of glibc #720

Merged
merged 1 commit into from
Oct 24, 2019

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Oct 23, 2019

What does this PR do?

Fix native addon for Node 13 and older versions of glibc with the following changes:

  • Build on Node 8 image to make sure we use an old enough version of glibc to ensure maximum OS support.
  • Remove dependency on prebuildify since it's not compatible with Node 8 for building Node 10+.
  • Remove dependency on node-abi and hardcode the list of ABIs since the library is never up-to-date.

Motivation

Runtime metrics would fail to load in older operating system because the glibc requirement would not be met. It was also failing for Node 13 since we were not providing a binary compatible with its ABI version.

@rochdev rochdev added bug Something isn't working core labels Oct 23, 2019
@rochdev rochdev added this to the 0.15.5 milestone Oct 23, 2019
@rochdev rochdev requested a review from a team as a code owner October 23, 2019 17:28
@rochdev rochdev merged commit aec9e0f into master Oct 24, 2019
@rochdev rochdev deleted the native-slim branch October 24, 2019 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants