Uh oh!
There was an error while loading. Please reload this page.
tools: replace GYP with GYP3 - #26620
Conversation
This comment has been minimized.
This comment has been minimized.
Trott
commented
Mar 12, 2019
(If possible to change now that it's opened, maybe make this a draft pull request?) |
I was looking for how to do that... Only found it after reading the docs. Anyway, this should be working now, and it's ready for Rubber Stamp reviews. |
e918e3f to
2b6fd3fComparerichardlau
commented
Mar 14, 2019
Whatever happened to the plan to transfer into this org? nodejs/admin#247 |
refack
commented
Mar 14, 2019
That has been shelved for various $REASONS. |
targos
commented
Mar 14, 2019
There are unrelated changes in the LICENSE file |
That's what I got from re-generating 🤷♂️ BTW: for easy review, first commit is pure GYP vendoring. Second (ATM 2b6fd3f) is just changes in node file. |
targos
commented
Mar 16, 2019
I can't reproduce. If I run |
Uh oh!
There was an error while loading. Please reload this page.
2b6fd3f to
49a1c5fComparerefack
commented
Mar 16, 2019
Issue resolved. LICENSE regenerated. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
gengjiawen
commented
Apr 16, 2019
@refack Need rebase. |
refack
commented
Apr 16, 2019
Anyone want to help me figure out what I broke WRT cross-compilation? refack/GYP3@bd11dd1...d1f1343 |
73fd43c to
a669e35Compare
This comment has been minimized.
This comment has been minimized.
richard-townsend-arm
commented
Apr 24, 2019
AIX builds seem to have the following error in their logs (e.g. https://ci.nodejs.org/job/node-test-commit-aix/22631/nodes=aix61-ppc64/console) |
richard-townsend-arm
commented
Apr 24, 2019
ARMv7 builds seem to fail with this error:
|
nodejs-github-bot
commented
May 30, 2019
See nodejs/node#26620 and bincrafters/community#851 for further reasoning
Croydon
commented
Jul 2, 2019
What is the status of this? |
sam-github
commented
Aug 14, 2019
FWIW, sam-github@c70af5c is another vendoring attempt I made that duplicates this, except its done against current master. |
cclauss
commented
Nov 1, 2019
While I was a huge fan of this PR back in the day, I now believe that we can close it. Is there anything that we need to carry forward? |
sam-github
commented
Nov 1, 2019
Closing because it isn't active, but not because it isn't worthwhile if anyone wants to take it up again. |
Replace the abandoned GYP with GYP3, which has the following benefits:
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesFixes: #28555