[Git][ghc/ghc][wip/release-fixes] mk-ghcup-metadata: Fix directory of testsuite tarball

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Mar 14 16:25:17 UTC 2024



Ben Gamari pushed to branch wip/release-fixes at Glasgow Haskell Compiler / GHC


Commits:
e8bb627d by Ben Gamari at 2024-03-14T11:10:40-04:00
mk-ghcup-metadata: Fix directory of testsuite tarball

As reported in #24546, the `dlTest` artifact should be extracted into
the `testsuite` directory.

- - - - -


1 changed file:

- .gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py


Changes:

=====================================
.gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
=====================================
@@ -80,7 +80,7 @@ source_artifact = Artifact('source-tarball'
 test_artifact = Artifact('source-tarball'
                         , 'ghc-{version}-testsuite.tar.xz'
                         , 'ghc-{version}-testsuite.tar.xz'
-                        , 'ghc-{version}' )
+                        , 'ghc-{version}/testsuite' )
 
 def debian(arch, n):
     return linux_platform(arch, "{arch}-linux-deb{n}".format(arch=arch, n=n))



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e8bb627d23028bfaf4f29033be2e50a01bb36e6e

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e8bb627d23028bfaf4f29033be2e50a01bb36e6e
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/20240314/d1770678/attachment.html>


More information about the ghc-commits mailing list