Skip to content
Snippets Groups Projects
Commit e8bb627d authored by Ben Gamari's avatar Ben Gamari
Browse files

mk-ghcup-metadata: Fix directory of testsuite tarball

As reported in #24546, the `dlTest` artifact should be extracted into
the `testsuite` directory.
parent 036aedd0
No related branches found
No related tags found
1 merge request!12223hadrian: Fix Windows packaging
Pipeline #91585 canceled
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment