mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
ci: Mute depends logs completely
This commit is contained in:
parent
fa906bf298
commit
fa0cc02c0a
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@ if [ -z "$NO_DEPENDS" ]; then
|
||||||
else
|
else
|
||||||
SHELL_OPTS="CONFIG_SHELL="
|
SHELL_OPTS="CONFIG_SHELL="
|
||||||
fi
|
fi
|
||||||
DOCKER_EXEC $SHELL_OPTS make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS
|
# Temporary workaround for https://github.com/bitcoin/bitcoin/issues/16368
|
||||||
|
python3 -c 'import time; [print(".") or time.sleep(500) for _ in range(4)]' &
|
||||||
|
( DOCKER_EXEC $SHELL_OPTS make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS ) &> /dev/null
|
||||||
fi
|
fi
|
||||||
if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then
|
if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then
|
||||||
BEGIN_FOLD previous-versions
|
BEGIN_FOLD previous-versions
|
||||||
|
|
Loading…
Add table
Reference in a new issue