-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add Node 11 support #2522
Add Node 11 support #2522
Conversation
Seeing a compilation failure on Linux builds
|
If
We need to keep the old compiler for the other systems. I wonder which systems we can no longer support on 11 due to this requirement. |
@saper I fixed that error by making sure it had GCC 4.9 for 11. |
Thanks, I noticed that - I am using 10 to build the modules but there is no problem to switch to 11 if needed. Fortunately a supported clang is available on both versions. Yes, I have only seen the @xzyfer mails and after I checked the code I figured out it actually works. Thanks for fixing it. |
np, and it probalby makes sense to keep building <11 on FreeBSD 10 if you have the capacity to keep it around. I'm not really sure if that makes sense in terms of how people upgrade the distros in the FreeBSD world. |
AppVeyor has added Node 11 support. We've begun the process of building the binaries. |
Fixes #2521