Skip to content

Commit bfb9ca0

Browse files
committed
CI: gentoo: make logs shorter by reducing progressbar
1 parent 8f88bbe commit bfb9ca0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/ciimage/gentoo/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ cat <<-EOF >> /etc/portage/make.conf
115115
EMERGE_DEFAULT_OPTS="\${EMERGE_DEFAULT_OPTS} --autounmask-write --autounmask-continue --autounmask-keep-keywords=y --autounmask-use=y"
116116
EMERGE_DEFAULT_OPTS="\${EMERGE_DEFAULT_OPTS} --binpkg-respect-use=y"
117117
118+
# prevent painfully verbose Github Actions logs.
119+
FETCHCOMMAND='wget --no-show-progress -t 3 -T 60 --passive-ftp -O "\\\${DISTDIR}/\\\${FILE}" "\\\${URI}"'
120+
118121
# Fortran is no longer enabled by default in 23.0, but we do need and use it.
119122
USE="\${USE} fortran"
120123

0 commit comments

Comments
 (0)