From cbf348564d314fca54b3bf2bf5d221b786beeec3 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 3 Jan 2023 14:38:20 -0600 Subject: [PATCH] Try to fix build --- pb/build_rprotoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pb/build_rprotoc b/pb/build_rprotoc index f4c5555b1..7246671e8 100755 --- a/pb/build_rprotoc +++ b/pb/build_rprotoc @@ -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