Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
c8d27dd4
by Simon Jakobi at 2026-06-18T14:41:59-04:00
1 changed file:
Changes:
| ... | ... | @@ -441,7 +441,7 @@ function cleanup_submodules() { |
| 441 | 441 | # is not valid. Avoid failing in this case with the following insanity.
|
| 442 | 442 | git submodule sync || git submodule deinit --force --all
|
| 443 | 443 | git submodule update --init
|
| 444 | - git submodule foreach git clean -xdf
|
|
| 444 | + git submodule --quiet foreach git clean -xdfq
|
|
| 445 | 445 | else
|
| 446 | 446 | info "Not cleaning submodules, not in a git repo"
|
| 447 | 447 | fi;
|
| ... | ... | @@ -934,8 +934,8 @@ function clean() { |
| 934 | 934 | # uploaded. Keep in sync with `jobArtifacts` in
|
| 935 | 935 | # `.gitlab/generate-ci/gen_ci.hs`!
|
| 936 | 936 | if [[ "${CI_DISPOSABLE_ENVIRONMENT:-}" != true ]]; then
|
| 937 | - git submodule foreach --recursive git clean -xdf
|
|
| 938 | - git clean -xdf \
|
|
| 937 | + git submodule --quiet foreach --recursive git clean -xdfq
|
|
| 938 | + git clean -xdfq \
|
|
| 939 | 939 | --exclude=ci_timings.txt \
|
| 940 | 940 | --exclude=ghc-*.tar.xz \
|
| 941 | 941 | --exclude=junit.xml \
|