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:
parent
c3291c37af
commit
eac5f43b70
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user