mirror of https://github.com/grpc/grpc.git
Merge pull request #17742 from apolcyn/alternative
Get the ruby interop client buildable at the 1.18.0 tagpull/17764/head
commit
92ca78338c
2 changed files with 14 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||||
|
diff --git a/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh b/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
|
||||||
|
index 67f66090ae..e71ad91499 100755
|
||||||
|
--- a/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
|
||||||
|
+++ b/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
|
||||||
|
@@ -30,4 +30,4 @@ cd /var/local/git/grpc
|
||||||
|
rvm --default use ruby-2.5
|
||||||
|
|
||||||
|
# build Ruby interop client and server
|
||||||
|
-(cd src/ruby && gem update bundler && bundle && rake compile)
|
||||||
|
+(cd src/ruby && gem install bundler -v 1.17.3 && bundle && rake compile)
|
Loading…
Reference in new issue