Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
50dac1c2
Commit
50dac1c2
authored
9 years ago
by
murgatroid99
Browse files
Options
Downloads
Patches
Plain Diff
Make Jenkins Node tests always build from source
parent
7586db85
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/jenkins/grpc_interop_node/build_interop.sh
+1
-1
1 addition, 1 deletion
tools/jenkins/grpc_interop_node/build_interop.sh
tools/run_tests/build_node.sh
+1
-1
1 addition, 1 deletion
tools/run_tests/build_node.sh
with
2 additions
and
2 deletions
tools/jenkins/grpc_interop_node/build_interop.sh
+
1
−
1
View file @
50dac1c2
...
@@ -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
This diff is collapsed.
Click to expand it.
tools/run_tests/build_node.sh
+
1
−
1
View file @
50dac1c2
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment