-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
build: do not copy v8-inspector* headers as part of install #22586
Conversation
@addaleax |
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.
LGTM with the small nit that current style here (and, afaik, in all our Python files) is lambda a:
without an extra space
@ak239 seems like you found the right spot. The Lines 967 to 983 in 503fd55
|
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.
LGTM.
Preferably with nit fixed, but non-blocking.
/CC @nodejs/python @nodejs/build-files |
P.S. this might be semver-major since it changes the content of our "SDK" (the headers tarball) |
Thanks for review! I addressed comments and started CI: https://ci.nodejs.org/job/node-test-pull-request/16879/ |
These headers are exposed from V8 for embedder and should not be used by native addons. Fixes #22415
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
Landed in 4b47d29 |
These headers are exposed from V8 for embedder and should not be used by native addons. Fixes #22415 PR-URL: #22586 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
These headers are exposed from V8 for embedder and should not be
used by native addons.
Fixes #22415
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes