diff --git a/.build.sh b/.build.sh index a5aa3d87..d4fc98e7 100755 --- a/.build.sh +++ b/.build.sh @@ -13,6 +13,9 @@ set -uex # - LEDGER_ENABLED # - DEBUG +# allow git to grab the submodules +git config --global --add safe.directory /sources + # Source builder's functions library . /usr/local/share/tendermint/buildlib.sh