Make Jenkins Node tests always build from source

pull/4788/head
murgatroid99 9 years ago
parent 7586db8593
commit 50dac1c276
  1. 2
      tools/jenkins/grpc_interop_node/build_interop.sh
  2. 2
      tools/run_tests/build_node.sh

@ -45,4 +45,4 @@ make install-certs
# build Node interop client & server
npm install -g node-gyp
(npm install && node-gyp rebuild)
npm install --unsafe-perm --build-from-source

@ -36,4 +36,4 @@ CONFIG=${CONFIG:-opt}
# change to grpc repo root
cd $(dirname $0)/../..
npm install --unsafe-perm
npm install --unsafe-perm --build-from-source

Loading…
Cancel
Save