-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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: use local node-gyp for benchmark addon #16160
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! |
PR-URL: #16160 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
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 <joyeec9h3@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
PR-URL: nodejs/node#16160 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
PR-URL: #16160 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
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)