aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-07 14:26:37 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-07 14:26:37 -0700
commit90576b1b67f48a1581f6cf36626118e5035d16d1 (patch)
treeedbb2878a1baee506a1ce0d21dd57bd17fb06a6a /tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh
parent43b817ced14083de585111c2657bbe34040bdcc7 (diff)
parent70c0b32c0fc5db15c764a2e22c2491d19d7cff7b (diff)
Merge remote-tracking branch 'upstream/master' into run_interop_tests_go
Diffstat (limited to 'tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh')
-rwxr-xr-xtools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh
index 87262f1d62..a671d1501f 100755
--- a/tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_php/build_interop_stress.sh
@@ -38,7 +38,6 @@ git clone --recursive /var/local/jenkins/grpc /var/local/git/grpc
cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
-rvm --default use ruby-2.1
make install-certs
@@ -49,6 +48,6 @@ make install
(cd third_party/protobuf && make install)
-(cd src/php && composer install)
+(cd src/php && php -d extension=ext/grpc/modules/grpc.so /usr/local/bin/composer install)
-(cd src/php && protoc-gen-php -i tests/interop/ -o tests/interop/ tests/interop/test.proto)
+(cd src/php && ./bin/generate_proto_php.sh)