-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
node@6 6.15.1 #34674
node@6 6.15.1 #34674
Conversation
Test is failing:
|
Refs: nodejs/node#24648 We would need to apply the |
Or we simply drop |
Yeah, that would be an option too. But strictly speaking the formula is building fine as it is. It's only that we missed to set the correct config to follow superenv switching the build from I wonder that nobody has reported any incompatibilities between our |
@igas: Adding this to the beginning of the Also the label should be test failure and not build failure. All what we are actual doing here is fixing a long outstanding issue with the ABI incompatibility between our |
Sorry for the typo, there are actual 2 spaces before the comment in the def install
# Switches standard libary for native addons from libstdc++ to libc++ to
# match the superenv enforced one for the node binary itself. This fixes
# incompatibilities between native addons built with our node-gyp and our
# node binary and makes building native addons with XCode 10.1+ possible.
inreplace "common.gypi", "'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++0x', # -std=gnu++0x",
"'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++0x', # -std=gnu++0x\n'CLANG_CXX_LIBRARY': 'libc++'," |
Strangely enough I can't reproduce the build failure with the inreplace |
Hi, @chrmoritz I'm closing it, please feel free to submit updated one. As I'm not very involved and/or experienced with node, it looks like you are more interested in pushing it over the line. Thanks. |
Created with
brew bump-formula-pr
.