[Git][ghc/ghc][wip/hadrian-windows-bindist] debugging
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Aug 14 14:47:18 UTC 2023
Matthew Pickering pushed to branch wip/hadrian-windows-bindist at Glasgow Haskell Compiler / GHC
Commits:
631657d1 by Matthew Pickering at 2023-08-14T15:47:10+01:00
debugging
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -551,7 +551,8 @@ function install_bindist() {
run ${CONFIGURE_WRAPPER:-} ./configure \
--prefix="$instdir" \
- "${args[@]+"${args[@]}"}"
+ "${args[@]+"${args[@]}"}" \
+ || ( cat config.log; fail "configure failed" )
make_install_destdir "$TOP"/destdir "$instdir"
;;
esac
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/631657d10ef82405b1f05ff07ab8189c31135afc
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/631657d10ef82405b1f05ff07ab8189c31135afc
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230814/e9c4b2f1/attachment.html>
More information about the ghc-commits
mailing list