[Git][ghc/ghc][wip/freebsd-ci] fix
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Mon Aug 8 04:02:23 UTC 2022
Ben Gamari pushed to branch wip/freebsd-ci at Glasgow Haskell Compiler / GHC
Commits:
265ccfd7 by Ben Gamari at 2022-08-08T00:02:17-04:00
fix
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -290,7 +290,7 @@ function fetch_ghc() {
cp -r ghc-${GHC_VERSION}*/* "$toolchain"
;;
*)
- pushd "ghc-${GHC_VERSION}*"
+ pushd ghc-${GHC_VERSION}*
./configure --prefix="$toolchain"
"$MAKE" install
popd
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/265ccfd74d75686c0ff8e3328c207e2da4640aa2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/265ccfd74d75686c0ff8e3328c207e2da4640aa2
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/20220808/09e3f1de/attachment-0001.html>
More information about the ghc-commits
mailing list