1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

fullbuild: Call script/bootstrap before clone (#383)

fullbuild would previously fail if the parent repository hadn't
initialized submodules yet, due to the use of --reference

Fixes #382
This commit is contained in:
Saleem Rashid 2018-07-16 14:08:55 +01:00 committed by Pavol Rusnak
parent c3291c37af
commit eac5f43b70

View File

@ -62,6 +62,8 @@ main() {
local bootloader_commit="$1"
local firmware_commit="$2"
script/bootstrap
worktree_setup "$BOOTLOADER_DIR" "$bootloader_commit"
worktree_build "$BOOTLOADER_DIR"