Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Node is bumping minimum GCC version to 4.9.4 #2023

Closed
nschonni opened this issue Jun 17, 2017 · 5 comments
Closed

Node is bumping minimum GCC version to 4.9.4 #2023

nschonni opened this issue Jun 17, 2017 · 5 comments

Comments

@nschonni
Copy link
Contributor

Upstream issue nodejs/build#762
We may need to adjust our Travis, since it looks like we still pin to 4.7

@xzyfer
Copy link
Contributor

xzyfer commented Jun 17, 2017 via email

@saper
Copy link
Member

saper commented Jun 23, 2017

For people stuck with older node versions we should probably keep the older compiler. I don't know if the binaries built with 4.9.* linked to its libstdc++.so.6 will work on older distributions.

@guillaume-lin
Copy link

I am using cent os 7.0 and gcc 4.8.2 , is it safe for me to compile node 8.9.1 with this env ?

@nschonni
Copy link
Contributor Author

nschonni commented Dec 4, 2017

@guillaume-lin that's probably a question for either nodejs/node or nodejs/build repos

@xzyfer
Copy link
Contributor

xzyfer commented Mar 10, 2018

Summarizing offline chat

  • Node is built on CentOS 5 for Node < 8
  • Node is built on CentOS 6 for Node >= 8
  • The very latest Node 7 patch release (7.10.1) broke CentOS 5 builds
  • For safety sake I’ve built the binary use Node 7.10.0 with CentOS 5

We taken the following steps for 4.8.0

  • Resuming to build Node < 8 Linux binaries on CentOS 5 (we stopped in 4.7.0)
  • Continue to build Node >= 8 Linux binaries on CentOS 6

Remaining actions

  • Wait and see if we need to do anything to CI

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants