-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
build: use local node-gyp for benchmark addon #16160
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
Conversation
Move the logic for building the benchmark/misc/function_call to the top-level Makefile and use our local copy of node-gyp. Fixes: nodejs#16154
|
CI: https://ci.nodejs.org/job/node-test-pull-request/10646/ (not that this path is exercised by the CI) |
|
Got a weird flake on ubuntu1604_docker_alpine34-64, probably unrelated, but just to be sure: https://ci.nodejs.org/job/node-test-commit-linux/13185/ |
|
Landed in 7f55349...411695e, thanks! |
Move the logic for building the benchmark/misc/function_call to the top-level Makefile and use our local copy of node-gyp. PR-URL: #16160 Fixes: #16154 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
PR-URL: #16160 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Move the logic for building the benchmark/misc/function_call to the top-level Makefile and use our local copy of node-gyp. PR-URL: nodejs/node#16160 Fixes: nodejs/node#16154 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
PR-URL: nodejs/node#16160 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Move the logic for building the benchmark/misc/function_call to the top-level Makefile and use our local copy of node-gyp. PR-URL: #16160 Fixes: #16154 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
PR-URL: #16160 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
|
Should this be backported to |
Move the logic for building the benchmark/misc/function_call to
the top-level Makefile and use our local copy of node-gyp.
Fixes: #16154 (cc @joyeecheung)