[Git][ghc/ghc][wip/fix-multi-repl] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Sep 28 10:02:58 UTC 2022
Matthew Pickering pushed to branch wip/fix-multi-repl at Glasgow Haskell Compiler / GHC
Commits:
6eba312a by Matthew Pickering at 2022-09-28T11:02:51+01:00
fix
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -392,9 +392,10 @@ hadrian-multi:
- x86_64-linux
script:
- root=$(pwd)/ghc
+ - ls
- |
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/6eba312abef88f49da7f7d2dd4241e5f6b12ca2c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6eba312abef88f49da7f7d2dd4241e5f6b12ca2c
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/42da129c/attachment.html>
More information about the ghc-commits
mailing list