Skip to content

Commit

Permalink
Merge pull request grpc#7064 from jtattermusch/fix_ruby_package_build
Browse files Browse the repository at this point in the history
fix building ruby package
  • Loading branch information
jtattermusch authored Jun 25, 2016
2 parents eede0aa + 5d6d278 commit 03efbd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/run_tests/build_package_ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ for arch in {x86,x64}; do
input_dir="$EXTERNAL_GIT_ROOT/architecture=$arch,language=protoc,platform=$plat/artifacts"
output_dir="$base/src/ruby/tools/bin/${ruby_arch}-${plat}"
mkdir -p $output_dir/google/protobuf
mkdir -p $output_dir/google/protobuf/compiler # needed for plugin.proto
cp $input_dir/protoc* $output_dir/
cp $input_dir/grpc_ruby_plugin* $output_dir/
for proto in "${well_known_protos[@]}"; do
Expand Down

0 comments on commit 03efbd3

Please sign in to comment.