[Git][ghc/ghc][wip/fix-multi-repl] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Sep 28 08:23:23 UTC 2022
Matthew Pickering pushed to branch wip/fix-multi-repl at Glasgow Haskell Compiler / GHC
Commits:
bf71a062 by Matthew Pickering at 2022-09-28T09:23:16+01:00
fix
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -391,11 +391,10 @@ hadrian-multi:
tags:
- x86_64-linux
script:
- - git clean -xdf && git submodule foreach git clean -xdf
- 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/bf71a062c7d9849a7a489fd67e6dc379878130d2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bf71a062c7d9849a7a489fd67e6dc379878130d2
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/20220928/07093f7f/attachment.html>
More information about the ghc-commits
mailing list