summaryrefslogtreecommitdiff
path: root/ci/ciimage
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ciimage')
-rwxr-xr-xci/ciimage/gentoo/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/ciimage/gentoo/install.sh b/ci/ciimage/gentoo/install.sh
index 6698ed565..b2a697fcb 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"