This commit is contained in:
Seth Call 2023-01-04 08:43:13 -06:00
parent 7dc640fb86
commit d59b83bb42
1 changed files with 2 additions and 8 deletions

View File

@ -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