[Git][ghc/ghc][wip/fix-multi-repl] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Sep 27 21:52:17 UTC 2022
Matthew Pickering pushed to branch wip/fix-multi-repl at Glasgow Haskell Compiler / GHC
Commits:
583005ce by Matthew Pickering at 2022-09-27T22:41:09+01:00
fix
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -395,7 +395,7 @@ hadrian-multi:
- root=$(pwd)/ghc
- |
mkdir tmp
- tar -xf ../ghc-x86_64-linux-fedora33-release.tar.xz -C tmp
+ tar -xf ghc-x86_64-linux-fedora33-release.tar.xz -C tmp
pushd tmp/ghc-*/
./configure --prefix=$root
make install
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/583005ce216f14c4e1fd9e2ce3dc24e1cce68877
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/583005ce216f14c4e1fd9e2ce3dc24e1cce68877
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/20220927/3d5db78a/attachment.html>
More information about the ghc-commits
mailing list