Skip to content
Snippets Groups Projects
Commit 1252ae22 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

ci: Show --info for installed compiler

parent 4a21237f
No related branches found
No related tags found
No related merge requests found
Pipeline #89731 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment