Skip to content
Snippets Groups Projects
Commit 50dac1c2 authored by murgatroid99's avatar murgatroid99
Browse files

Make Jenkins Node tests always build from source

parent 7586db85
No related branches found
No related tags found
No related merge requests found
...@@ -45,4 +45,4 @@ make install-certs ...@@ -45,4 +45,4 @@ make install-certs
# build Node interop client & server # build Node interop client & server
npm install -g node-gyp npm install -g node-gyp
(npm install && node-gyp rebuild) npm install --unsafe-perm --build-from-source
...@@ -36,4 +36,4 @@ CONFIG=${CONFIG:-opt} ...@@ -36,4 +36,4 @@ CONFIG=${CONFIG:-opt}
# change to grpc repo root # change to grpc repo root
cd $(dirname $0)/../.. cd $(dirname $0)/../..
npm install --unsafe-perm npm install --unsafe-perm --build-from-source
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment