Skip to content

Commit

Permalink
build(build-docker): use QUIET_MODE for core builds
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcik authored and mmilata committed Dec 4, 2024
1 parent 7d4cd8f commit 81adeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 81adeb2

Please sign in to comment.