[Git][ghc/ghc][master] 2 commits: ghcup metadata: Fix subdir for windows bindist
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Mon Jan 23 09:53:14 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
9222b167 by Matthew Pickering at 2023-01-23T04:52:57-05:00
ghcup metadata: Fix subdir for windows bindist
- - - - -
9a9bec57 by Matthew Pickering at 2023-01-23T04:52:57-05:00
ghcup metadata: Remove viPostRemove field from generated metadata
This has been removed from the downstream metadata.
- - - - -
1 changed file:
- .gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
Changes:
=====================================
.gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
=====================================
@@ -82,7 +82,7 @@ def darwin(arch):
, 'ghc-{version}-{arch}-apple-darwin'.format(arch=arch, version="{version}") )
windowsArtifact = PlatformSpec ( 'x86_64-windows'
- , 'ghc-{version}-x86_64-unknown-mingw' )
+ , 'ghc-{version}-x86_64-unknown-mingw32' )
def centos(n):
return linux_platform("x86_64", "x86_64-linux-centos{n}".format(n=n))
@@ -220,7 +220,6 @@ def mk_new_yaml(release_mode, version, pipeline_type, job_map):
# Check that this link exists
, "viChangeLog": change_log
, "viSourceDL": source
- , "viPostRemove": "*ghc-post-remove"
, "viArch": { "A_64": a64
, "A_32": a32
, "A_ARM64": arm64
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/db0f1bfd0cada59d8a8673e98fc40e8b9c11a9c5...9a9bec5762920306656113f2a6e676adf6c65e23
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/db0f1bfd0cada59d8a8673e98fc40e8b9c11a9c5...9a9bec5762920306656113f2a6e676adf6c65e23
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/20230123/4e14494b/attachment-0001.html>
More information about the ghc-commits
mailing list