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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
aa518cc3
Commit
aa518cc3
authored
May 7, 2015
by
Eric Anderson
Browse files
Options
Downloads
Patches
Plain Diff
Add 'installDist' task to grpc-java Docker build
This will allow us to not run Gradle every time we run an integration test.
parent
fde356c9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/dockerfile/grpc_java/Dockerfile
+1
-1
1 addition, 1 deletion
tools/dockerfile/grpc_java/Dockerfile
tools/dockerfile/grpc_java/build.sh
+1
-1
1 addition, 1 deletion
tools/dockerfile/grpc_java/build.sh
with
2 additions
and
2 deletions
tools/dockerfile/grpc_java/Dockerfile
+
1
−
1
View file @
aa518cc3
...
@@ -34,7 +34,7 @@ RUN git clone --recursive --depth 1 https://github.com/grpc/grpc-java.git /var/l
...
@@ -34,7 +34,7 @@ RUN git clone --recursive --depth 1 https://github.com/grpc/grpc-java.git /var/l
RUN
cd
/var/local/git/grpc-java/lib/netty
&&
\
RUN
cd
/var/local/git/grpc-java/lib/netty
&&
\
mvn
-pl
codec-http2
-am
-DskipTests
install
clean
mvn
-pl
codec-http2
-am
-DskipTests
install
clean
RUN
cd
/var/local/git/grpc-java
&&
\
RUN
cd
/var/local/git/grpc-java
&&
\
./gradlew build
./gradlew build
installDist
# Specify the default command such that the interop server runs on its known testing port
# Specify the default command such that the interop server runs on its known testing port
CMD
["/var/local/git/grpc-java/run-test-server.sh", "--use_tls=true", "--port=8030"]
CMD
["/var/local/git/grpc-java/run-test-server.sh", "--use_tls=true", "--port=8030"]
This diff is collapsed.
Click to expand it.
tools/dockerfile/grpc_java/build.sh
+
1
−
1
View file @
aa518cc3
...
@@ -4,6 +4,6 @@ cp -R /var/local/git-clone /var/local/git
...
@@ -4,6 +4,6 @@ cp -R /var/local/git-clone /var/local/git
cd
/var/local/git/grpc-java/lib/netty
&&
\
cd
/var/local/git/grpc-java/lib/netty
&&
\
mvn
-pl
codec-http2
-am
-DskipTests
install
clean
mvn
-pl
codec-http2
-am
-DskipTests
install
clean
cd
/var/local/git/grpc-java
&&
\
cd
/var/local/git/grpc-java
&&
\
./gradlew build
./gradlew build
installDist
echo
'build finished'
echo
'build finished'
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
sign in
to comment