summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-09-28 17:26:27 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2021-10-04 12:13:22 +0100
commitf523ec2afb0b13463c3a9ea43a969faf0d84567f (patch)
treea9afd8d594bf8aa324c55a49c39b8134b3189fe6
parente8693713a40072a0dec5e83b1a31ffb0ee881633 (diff)
downloadhaskell-wip/test-verbosity-2.tar.gz
ci: Run hadrian builds verbosely, but not testswip/test-verbosity-2
This reduces the output from the testsuite to a more manageable level. Fixes #20432
-rwxr-xr-x.gitlab/ci.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index ae386375ee..74b25e7732 100755
--- a/.gitlab/ci.sh
+++ b/.gitlab/ci.sh
@@ -456,7 +456,7 @@ function build_hadrian() {
# N.B. First build Hadrian, unsetting MACOSX_DEPLOYMENT_TARGET which may warn
# if the bootstrap libraries were built with a different version expectation.
MACOSX_DEPLOYMENT_TARGET="" run_hadrian stage1:exe:ghc-bin
- run_hadrian binary-dist
+ run_hadrian binary-dist -V
mv _build/bindist/ghc*.tar.xz "$BIN_DIST_NAME.tar.xz"
}
@@ -544,7 +544,6 @@ function run_hadrian() {
-j"$cores" \
--broken-test="${BROKEN_TESTS:-}" \
--bignum=$BIGNUM_BACKEND \
- -V \
"${args[@]+"${args[@]}"}" \
"$@")
}