-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
doc: remove eu-strip from tarball #20304
Conversation
This is been removed because of this: the source is not provided it adds 105ko of useless files It's only used in the android and fuchsia GN builds Fixes: #20280
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.
Can you add /deps/v8/third_party/eu-strip/
to the top-level .gitignore?
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.
Looks good – we just need to make sure we don’t accidentally re-introduce the file when updating V8, I guess.
yes im on it @bnoordhuis and yes @addaleax the issue refers to that
and i am on it, i am only missing where to change the doc on (https://github.com/nodejs/node/blob/master/doc/guides/maintaining-V8.md) |
@jvelezpo I guess @bnoordhuis’ suggestion would suffice, nothing more necessary than that. I just hadn’t thought of it. :) |
This is been removed because of this: the source is not provided it adds 105ko of useless files It's only used in the android and fuchsia GN builds Fixes: #20280
Neither did I 😆 . |
The subsystem in the commit message should be |
This is been removed because of this: the source is not provided it adds 105ko of useless files It's only used in the android and fuchsia GN builds Fixes: #20280 PR-URL: #20304 Fixes: #20280 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in dc8676c I forgot to verify that CI had failed on some systems, rerunning:
|
The CI builds for node-test-commit-arm-fanned and node-test-commit-linux were successful. |
* git-node v8: remove eu-strip during major upgrades Ref: nodejs/node#20304
This is been removed because of this: the source is not provided it adds 105ko of useless files It's only used in the android and fuchsia GN builds Fixes: #20280 PR-URL: #20304 Fixes: #20280 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
bbackported to 8.x. Please lmk if we should revert |
This is been removed because of this: the source is not provided it adds 105ko of useless files It's only used in the android and fuchsia GN builds Fixes: #20280 PR-URL: #20304 Fixes: #20280 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
* git-node v8: remove eu-strip during major upgrades Ref: nodejs/node#20304
* git-node v8: remove eu-strip during major upgrades Ref: nodejs/node#20304
* git-node v8: remove eu-strip during major upgrades Ref: nodejs/node#20304
* git-node v8: remove eu-strip during major upgrades Ref: nodejs/node#20304
* git-node v8: remove eu-strip during major upgrades Ref: nodejs/node#20304
Remove eu-strip from tarball, this is been removed because of this:
the source is not provided
it adds 105ko of useless files
It's only used in the android and fuchsia GN builds
Fixes: #20280
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes