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
ba116528
Commit
ba116528
authored
10 years ago
by
murgatroid99
Browse files
Options
Downloads
Patches
Plain Diff
Set leaf dockerfiles to clean C library before rebuilding
parent
3e598cdc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tools/dockerfile/grpc_node/Dockerfile
+1
-0
1 addition, 0 deletions
tools/dockerfile/grpc_node/Dockerfile
tools/dockerfile/grpc_php/Dockerfile
+1
-0
1 addition, 0 deletions
tools/dockerfile/grpc_php/Dockerfile
tools/dockerfile/grpc_ruby/Dockerfile
+1
-0
1 addition, 0 deletions
tools/dockerfile/grpc_ruby/Dockerfile
with
3 additions
and
0 deletions
tools/dockerfile/grpc_node/Dockerfile
+
1
−
0
View file @
ba116528
...
...
@@ -7,6 +7,7 @@ RUN cd /var/local/git/grpc \
&&
git submodule update
--init
--recursive
# Install the C core.
RUN
make clean
-C
/var/local/git/grpc
RUN
make install_c
-C
/var/local/git/grpc
RUN
cd
/var/local/git/grpc/src/node
&&
npm
install
&&
node-gyp rebuild
...
...
This diff is collapsed.
Click to expand it.
tools/dockerfile/grpc_php/Dockerfile
+
1
−
0
View file @
ba116528
...
...
@@ -5,6 +5,7 @@ RUN cd /var/local/git/grpc \
&&
git pull
--recurse-submodules
\
&&
git submodule update
--init
--recursive
RUN
make clean
-C
/var/local/git/grpc
RUN
make install_c
-j12
-C
/var/local/git/grpc
RUN
cd
/var/local/git/grpc/src/php/ext/grpc
&&
git pull
&&
phpize
...
...
This diff is collapsed.
Click to expand it.
tools/dockerfile/grpc_ruby/Dockerfile
+
1
−
0
View file @
ba116528
...
...
@@ -10,6 +10,7 @@ RUN cd /var/local/git/grpc \
RUN
touch
/var/local/git/grpc/include/grpc/support/string.h
# Build the C core.
RUN
make clean
-C
/var/local/git/grpc
RUN
make install_c
-C
/var/local/git/grpc
# Build ruby gRPC and run its tests
...
...
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