Skip to content

Commit 284cd31

Browse files
author
MarcoFalke
committed
Merge #17040: ci: Make apt-get more verbose, to debug travis timeouts
fa95503 ci: Make apt-get more verbose, to debug travis timeouts (MarcoFalke) Pull request description: See issue #16148 ACKs for top commit: practicalswift: ACK fa95503 ryanofsky: utACK fa95503 Tree-SHA512: a81e38490dcc9f281f43a6d75ecf383a96374ddee3b4b0f909e485ed461159132d19d37cf9c9d92e95060aec75a5e856900083fd659baf711e438eb9719c96c6
2 parents a689c11 + fa95503 commit 284cd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ DOCKER_EXEC free -m -h
4646
DOCKER_EXEC echo "Number of CPUs \(nproc\): $(nproc)"
4747

4848
${CI_RETRY_EXE} DOCKER_EXEC apt-get update
49-
${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES $DOCKER_PACKAGES
49+
${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -y $PACKAGES $DOCKER_PACKAGES
5050

0 commit comments

Comments
 (0)