-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
tools: update gyp-next to v0.6.0 #35635
Conversation
@rvagg can you push the test update commit into this branch? I believe you should be able to do that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
fast-track? |
@MylesBorins I thought the change at node-gyp was more time sensitive? But either way, I'm 👍 for fast-tracking. |
@ryzokuken they are all time sensitive but afaik node-gyp itself doesn't have a fast track :P |
cc @rvagg https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_shared_x64/22824/console 08:43:26 not ok 1526 parallel/test-module-loading-globalpaths
08:43:26 ---
08:43:26 duration_ms: 0.212
08:43:26 severity: fail
08:43:26 exitcode: 1
08:43:26 stack: |-
08:43:26 /home/iojs/node-tmp/.tmp.1526/install/bin/node: error while loading shared libraries: libnode.so.86: cannot open shared object file: No such file or directory
08:43:26 node:assert:680
08:43:26 throw err;
08:43:26 ^
08:43:26
08:43:26 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Cannot find module 'foo'/. Input: |
this is good to go now, I've added in the commit from #35626 and CI is happy |
Since everything passes and we agreed to fast-track this, I'm going to land this. |
Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.0 PR-URL: #35635 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Ref: nodejs/node-gyp#2233 Ref: nodejs/gyp-next#69 PR-URL: #35635 Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.0 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Landed in d5e6495...999e7d7. 🎉 |
hey @nodejs/node-gyp should we be updating the version of gyp-next on v14.x LTS? If so can we get a backport PR so we can test it. |
@MylesBorins Yeap, backport looks good to me. |
Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.0 PR-URL: #35635 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Ref: nodejs/node-gyp#2233 Ref: nodejs/gyp-next#69 PR-URL: #35635 Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.0 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.0 PR-URL: nodejs#35635 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Ref: nodejs/node-gyp#2233 Ref: nodejs/gyp-next#69 PR-URL: nodejs#35635 Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.0 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.0 PR-URL: nodejs#35635 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.0
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes/cc @MylesBorins @rvagg @targos