We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f88bbe commit bfb9ca0Copy full SHA for bfb9ca0
ci/ciimage/gentoo/install.sh
@@ -115,6 +115,9 @@ cat <<-EOF >> /etc/portage/make.conf
115
EMERGE_DEFAULT_OPTS="\${EMERGE_DEFAULT_OPTS} --autounmask-write --autounmask-continue --autounmask-keep-keywords=y --autounmask-use=y"
116
EMERGE_DEFAULT_OPTS="\${EMERGE_DEFAULT_OPTS} --binpkg-respect-use=y"
117
118
+ # prevent painfully verbose Github Actions logs.
119
+ FETCHCOMMAND='wget --no-show-progress -t 3 -T 60 --passive-ftp -O "\\\${DISTDIR}/\\\${FILE}" "\\\${URI}"'
120
+
121
# Fortran is no longer enabled by default in 23.0, but we do need and use it.
122
USE="\${USE} fortran"
123
0 commit comments