From d59b83bb42a296799bbbae13f25cdc852727d26c Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 4 Jan 2023 08:43:13 -0600 Subject: [PATCH] wip --- pb/build_rprotoc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pb/build_rprotoc b/pb/build_rprotoc index 4639d9ff1..4ee40c624 100755 --- a/pb/build_rprotoc +++ b/pb/build_rprotoc @@ -8,18 +8,12 @@ RUBY_OUT=$TARGET/ruby command -v "bundle" || { echo >&2 "bundle is required but not installed. Skipping ruby protocol buffers."; exit 0; } # creates a bin folder with 'rprotoc' command inside -echo "skipping creation of binstubs as it breaks bin/ruby-protoc invocation below" -# bundle install --binstubs +#echo "skipping creation of binstubs as it breaks bin/ruby-protoc invocation below" +bundle install --binstubs # die on error at this point set -e -echo "curr" -ls -la . -echo "parent" -ls -la .. -echo `pwd` - echo "building ruby protocol buffers" bin/ruby-protoc $PROTO_FILES --proto_path $SRC --ruby_out $RUBY_OUT