Try to fix build

This commit is contained in:
Seth Call 2023-01-03 14:38:20 -06:00
parent e9612cbc19
commit cbf348564d
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ 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
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