From f523ec2afb0b13463c3a9ea43a969faf0d84567f Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Tue, 28 Sep 2021 17:26:27 +0100 Subject: ci: Run hadrian builds verbosely, but not tests This reduces the output from the testsuite to a more manageable level. Fixes #20432 --- .gitlab/ci.sh | 3 +-- 1 file changed, 1 insertion(+), 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[@]}"}" \ "$@") } -- cgit v1.2.1