Uh oh!
There was an error while loading. Please reload this page.
build: add node_module_version to config.gypi - #8171
Closed
saper wants to merge 1 commit into
Closed
Conversation
saperforce-pushed
the
node_module_version/v4.x
branch
from
August 18, 2016 22:02
47ad258 to
ce1bf24Comparesaperforce-pushed
the
node_module_version/v4.x
branch
from
August 18, 2016 22:41
ce1bf24 to
adc09c7CompareEnable targetting of a different node version than the currently running one when building binary modules. Based on nodejs/node@410296c37 PR-URL: nodejs#8171 Ref: nodejs#8027 Ref: nodejs#7808 Ref: nodejs/node-gyp#855
saperforce-pushed
the
node_module_version/v4.x
branch
from
August 19, 2016 00:58
adc09c7 to
7b8b8d4Comparebnoordhuis
commented
Aug 19, 2016
Member
LGTM |
1 similar comment
jasnell
commented
Aug 19, 2016
Member
LGTM |
| ifoptions.enable_static: | ||
| o['variables']['node_target_type'] ='static_library' | ||
| o['variables']['node_module_version'] =46 |
Contributor
There was a problem hiding this comment.
Should probable be added to release docs:
https://github.com/nodejs/node/blob/master/doc/releases.md#2-update-srcnode_versionh
Contributor
There was a problem hiding this comment.
Nevermind, I see it's autogenerated on master already.
addaleax
commented
Aug 22, 2016
Member
LGTM |
addaleax
commented
Aug 22, 2016
Member
jasnell pushed a commit
that referenced
this pull request
Aug 22, 2016
Enable targetting of a different node version than the currently running one when building binary modules. Based on 410296c37 PR-URL: #8171 Ref: #8027 Ref: #7808 Ref: nodejs/node-gyp#855 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
jasnell
commented
Aug 22, 2016
Member
Landed in v4.x-staging in a0a1de1. Thank you! |
saper
commented
Aug 22, 2016
Author
thanks! 🚀 |
MylesBorins pushed a commit
that referenced
this pull request
Sep 28, 2016
Enable targetting of a different node version than the currently running one when building binary modules. Based on 410296c37 PR-URL: #8171 Ref: #8027 Ref: #7808 Ref: nodejs/node-gyp#855 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
rvagg pushed a commit
that referenced
this pull request
Oct 18, 2016
Enable targetting of a different node version than the currently running one when building binary modules. Based on 410296c37 PR-URL: #8171 Ref: #8027 Ref: #7808 Ref: nodejs/node-gyp#855 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
MylesBorins pushed a commit
that referenced
this pull request
Oct 26, 2016
Enable targetting of a different node version than the currently running one when building binary modules. Based on 410296c37 PR-URL: #8171 Ref: #8027 Ref: #7808 Ref: nodejs/node-gyp#855 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable targetting of a different node version than
the currently running one when building binary modules.
Based on 410296c37
Ref: #8027
Ref: #7808
Ref: nodejs/node-gyp#855