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

update linux prebuilds to use ubuntu 14.04 to get an older glibcxx #743

Merged
merged 6 commits into from
Nov 11, 2019

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Nov 11, 2019

What does this PR do?

Update linux prebuilds to use Ubuntu 14.04 with gcc 4.7. The release scripts had to be updated since this change means a single platform is now split across multiple CircleCI jobs.

Motivation

Right now we are building on the node:8.5.0 image which uses gcc 4.9 which supports GLIBCXX 3.4.20+. Some users are not using an official Node image and may be using older operating systems with a lower version support. By using Ubuntu 14.04 with gcc 4.7 instead, we support as low as GLIBCXX 3.4.17 which is the minimum version on which Node 8 itself is able to build. Any lower version is not supported by Node 8, meaning we now have full support for any glibc version supported by Node.

@rochdev rochdev added enhancement New feature or request core labels Nov 11, 2019
@rochdev rochdev added this to the 0.16.0 milestone Nov 11, 2019
@rochdev rochdev requested a review from a team as a code owner November 11, 2019 17:58
@rochdev rochdev merged commit 0bb0f82 into master Nov 11, 2019
@rochdev rochdev deleted the prebuild-wheezy branch November 11, 2019 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants