From fd61e0e015fa0e632ecee099f847e69796ac2177 Mon Sep 17 00:00:00 2001 From: Justin Kilpatrick Date: Mon, 3 Jul 2023 08:09:38 -0400 Subject: [PATCH] Allow reproducbile builder to access git submodules --- .build.sh | 3 +++ 1 file changed, 3 insertions(+) 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