mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-04 21:48:17 +00:00
build(build-docker): use QUIET_MODE for core builds
This commit is contained in:
parent
5e93c44a4e
commit
2af8ead04e
@ -285,7 +285,7 @@ for TREZOR_MODEL in ${MODELS[@]}; do
|
||||
set -e -o pipefail
|
||||
cd /reproducible-build/trezor-firmware/core
|
||||
$GIT_CLEAN_REPO
|
||||
poetry run make clean vendor $MAKE_TARGETS
|
||||
poetry run make clean vendor $MAKE_TARGETS QUIET_MODE=1
|
||||
for item in bootloader firmware prodtest; do
|
||||
if [ -f build/\$item/\$item.bin ]; then
|
||||
poetry run ../python/tools/firmware-fingerprint.py \
|
||||
|
Loading…
Reference in New Issue
Block a user