diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-05-26 13:51:00 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-31 08:35:17 -0400 |
commit | 0dafd3e7c73d9484b76a3b3f6ffc1f2f3ad09f7b (patch) | |
tree | 90375842e5242cd3501edf24eb4f2840bed9d655 /.gitlab | |
parent | 5c4421b1a2d45edfc31f2d37c8b4a47c619a424b (diff) | |
download | haskell-0dafd3e7c73d9484b76a3b3f6ffc1f2f3ad09f7b.tar.gz |
Build stage1 with -V as well
This helps tracing errors which happen when building stage1
Diffstat (limited to '.gitlab')
-rwxr-xr-x | .gitlab/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh index c64942a321..7a9e11cda3 100755 --- a/.gitlab/ci.sh +++ b/.gitlab/ci.sh @@ -528,7 +528,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 + MACOSX_DEPLOYMENT_TARGET="" run_hadrian -V stage1:exe:ghc-bin if [[ -n "${REINSTALL_GHC:-}" ]]; then run_hadrian build-cabal -V |