diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-14 19:56:04 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-05-14 21:28:25 -0400 |
| commit | bfb9ca04529aea96c1c997a8d881ddc7df7d6c84 (patch) | |
| tree | 7e9061754b5e6134764c4549cf7400a532661472 /ci | |
| parent | 8f88bbef7ca849d56c1cace942ee730ae9be3cfe (diff) | |
| download | meson-bfb9ca04529aea96c1c997a8d881ddc7df7d6c84.tar.gz | |
CI: gentoo: make logs shorter by reducing progressbar
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/ciimage/gentoo/install.sh | 3 |
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" |
