aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-05-14 19:56:04 -0400
committerEli Schwartz <eschwartz93@gmail.com>2024-05-14 21:28:25 -0400
commitbfb9ca04529aea96c1c997a8d881ddc7df7d6c84 (patch)
tree7e9061754b5e6134764c4549cf7400a532661472
parent8f88bbef7ca849d56c1cace942ee730ae9be3cfe (diff)
downloadmeson-bfb9ca04529aea96c1c997a8d881ddc7df7d6c84.zip
meson-bfb9ca04529aea96c1c997a8d881ddc7df7d6c84.tar.gz
meson-bfb9ca04529aea96c1c997a8d881ddc7df7d6c84.tar.bz2
CI: gentoo: make logs shorter by reducing progressbar
-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 6698ed5..b2a697f 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"