1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

build(build-docker): use QUIET_MODE for core builds

(cherry picked from commit 81adeb247d)
This commit is contained in:
matejcik 2024-12-04 10:40:57 +01:00 committed by Martin Milata
parent 4786cca8e5
commit 2625facf1f

View File

@ -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 \