mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
Merge #17040: ci: Make apt-get more verbose, to debug travis timeouts
fa95503d64
ci: Make apt-get more verbose, to debug travis timeouts (MarcoFalke) Pull request description: See issue #16148 ACKs for top commit: practicalswift: ACKfa95503d64
ryanofsky: utACKfa95503d64
Tree-SHA512: a81e38490dcc9f281f43a6d75ecf383a96374ddee3b4b0f909e485ed461159132d19d37cf9c9d92e95060aec75a5e856900083fd659baf711e438eb9719c96c6
This commit is contained in:
commit
284cd3195a
1 changed files with 1 additions and 1 deletions
|
@ -46,5 +46,5 @@ DOCKER_EXEC free -m -h
|
|||
DOCKER_EXEC echo "Number of CPUs \(nproc\): $(nproc)"
|
||||
|
||||
${CI_RETRY_EXE} DOCKER_EXEC apt-get update
|
||||
${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES $DOCKER_PACKAGES
|
||||
${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -y $PACKAGES $DOCKER_PACKAGES
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue