summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-05-26 13:51:00 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-05-30 11:33:18 +0100
commit6eb21b16c0a4a0aaae56a435d48560ab96e964be (patch)
tree7ccddad3634d952ca37a42ede07f076987696885
parent172b87018ef20d1347745b9702cf330a57884780 (diff)
downloadhaskell-wip/bootstrap-9.0.2.tar.gz
Build stage1 with -V as wellwip/bootstrap-9.0.2
This helps tracing errors which happen when building stage1
-rwxr-xr-x.gitlab/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index 3e3549e2f1..49d7afbac7 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