aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/stress_test
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-22 17:55:31 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-26 19:38:28 -0700
commit99955ab0af074ef768968f25c72fbf15d2bd1862 (patch)
tree0fb721cf124454c6696d5254824c6ebf2849149b /tools/dockerfile/stress_test
parent7b672f84735ec62d2c6ac374b95225c9861d78ba (diff)
php: remove protobuf-php clone hack
Diffstat (limited to 'tools/dockerfile/stress_test')
-rw-r--r--tools/dockerfile/stress_test/grpc_interop_stress_php/Dockerfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_php/Dockerfile b/tools/dockerfile/stress_test/grpc_interop_stress_php/Dockerfile
index bdac01ae86..13afa1577f 100644
--- a/tools/dockerfile/stress_test/grpc_interop_stress_php/Dockerfile
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_php/Dockerfile
@@ -112,11 +112,6 @@ RUN /bin/bash -l -c "rvm all do gem install ronn rake"
RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/local/bin/composer
-# As an attempt to work around #4212, try to prefetch Protobuf-PHP dependency
-# into composer cache to prevent "composer install" from cloning on each build.
-RUN git clone --mirror https://github.com/stanley-cheung/Protobuf-PHP.git \
- /root/.composer/cache/vcs/git-github.com-stanley-cheung-Protobuf-PHP.git/
-
# Download the patched PHP protobuf so that PHP gRPC clients can be generated
# from proto3 schemas.
RUN git clone https://github.com/stanley-cheung/Protobuf-PHP.git /var/local/git/protobuf-php