Skip to content

Commit

Permalink
Allow reproducbile builder to access git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Jul 3, 2023
1 parent d312e43 commit fd61e0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fd61e0e

Please sign in to comment.