debugging build

This commit is contained in:
Seth Call 2023-01-04 08:26:39 -06:00
parent cbf348564d
commit 7dc640fb86
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ echo "skipping creation of binstubs as it breaks bin/ruby-protoc invocation belo
# 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