[Git][ghc/ghc][wip/T24050] ci: Show --info for installed compiler
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Feb 7 19:30:22 UTC 2024
Matthew Pickering pushed to branch wip/T24050 at Glasgow Haskell Compiler / GHC
Commits:
1252ae22 by Matthew Pickering at 2024-02-07T19:29:14+00:00
ci: Show --info for installed compiler
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -556,6 +556,8 @@ function install_bindist() {
--prefix="$instdir" \
"${args[@]+"${args[@]}"}"
make_install_destdir "$TOP"/destdir "$instdir"
+ # And check the `--info` of the installed compiler, sometimes useful in CI log.
+ "$instdir"/bin/ghc --info
;;
esac
popd
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1252ae22ca45ac982361cfc2c172f23c5f22034c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1252ae22ca45ac982361cfc2c172f23c5f22034c
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/20240207/759df829/attachment.html>
More information about the ghc-commits
mailing list