CI: gentoo: make logs shorter by reducing progressbar

pull/12853/merge
Eli Schwartz 9 months ago
parent 8f88bbef7c
commit bfb9ca0452
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 3
      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"

Loading…
Cancel
Save