Uh oh!
There was an error while loading. Please reload this page.
tools: update gyp-next to v0.6.0 - #35635
Conversation
ryzokuken
commented
Oct 13, 2020
@rvagg can you push the test update commit into this branch? I believe you should be able to do that. |
MylesBorins
commented
Oct 13, 2020
fast-track? |
ryzokuken
commented
Oct 13, 2020
@MylesBorins I thought the change at node-gyp was more time sensitive? But either way, I'm 👍 for fast-tracking. |
nodejs-github-bot
commented
Oct 13, 2020
MylesBorins
commented
Oct 13, 2020
@ryzokuken they are all time sensitive but afaik node-gyp itself doesn't have a fast track :P |
nodejs-github-bot
commented
Oct 13, 2020
nodejs-github-bot
commented
Oct 14, 2020
gengjiawen
commented
Oct 14, 2020
cc @rvagghttps://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-globalpaths08:43:26 ---08:43:26 duration_ms: 0.21208:43:26 severity: fail08:43:26 exitcode: 108: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 directory08:43:26 node:assert:68008: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: |
nodejs-github-bot
commented
Oct 14, 2020
rvagg
commented
Oct 14, 2020
this is good to go now, I've added in the commit from #35626 and CI is happy |
ryzokuken
commented
Oct 14, 2020
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>
ryzokuken
commented
Oct 14, 2020
Landed in d5e6495...999e7d7. 🎉 |
MylesBorins
commented
Nov 24, 2020
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. |
gengjiawen
commented
Nov 25, 2020
@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