diff --git a/ci/ciimage/gentoo/install.sh b/ci/ciimage/gentoo/install.sh index 6698ed565f30..b2a697fcbc1e 100755 --- a/ci/ciimage/gentoo/install.sh +++ b/ci/ciimage/gentoo/install.sh @@ -115,6 +115,9 @@ cat <<-EOF >> /etc/portage/make.conf EMERGE_DEFAULT_OPTS="\${EMERGE_DEFAULT_OPTS} --autounmask-write --autounmask-continue --autounmask-keep-keywords=y --autounmask-use=y" EMERGE_DEFAULT_OPTS="\${EMERGE_DEFAULT_OPTS} --binpkg-respect-use=y" + # prevent painfully verbose Github Actions logs. + FETCHCOMMAND='wget --no-show-progress -t 3 -T 60 --passive-ftp -O "\\\${DISTDIR}/\\\${FILE}" "\\\${URI}"' + # Fortran is no longer enabled by default in 23.0, but we do need and use it. USE="\${USE} fortran"