[Git][ghc/ghc][wip/backports-9.10] mk-ghcup-metadata: Fix misnamed identifiers
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Mon Mar 10 16:08:26 UTC 2025
Ben Gamari pushed to branch wip/backports-9.10 at Glasgow Haskell Compiler / GHC
Commits:
ade5ae4f by Ben Gamari at 2025-03-10T12:08:07-04:00
mk-ghcup-metadata: Fix misnamed identifiers
- - - - -
1 changed file:
- .gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
Changes:
=====================================
.gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
=====================================
@@ -183,7 +183,7 @@ def mk_from_platform(release_mode, pipeline_type, platform):
, f"ghc{{version}}-{platform.name}")
# Generate the new metadata for a specific GHC mode etc
-def mk_new_yaml(release_mode, version, date, pipeline_type, job_map):
+def mk_new_yaml(release_mode, version, date, pipeline_type, job_map) -> object:
def mk(platform):
eprint("\n=== " + platform.name + " " + ('=' * (75 - len(platform.name))))
return mk_one_metadata(release_mode, version, job_map, mk_from_platform(release_mode, pipeline_type, platform))
@@ -231,8 +231,8 @@ def mk_new_yaml(release_mode, version, date, pipeline_type, job_map):
, "Linux_UnknownLinux" : { "unknown_versioning": rocky8 }
, "Darwin" : { "unknown_versioning" : darwin_x86 }
, "Windows" : { "unknown_versioning" : windows }
- , "Linux_Alpine" : { "( >= 3.12 && < 3.18 )": alpine_3_12
- , ">= 3.18": alpine_3_18
+ , "Linux_Alpine" : { "( >= 3.12 && < 3.18 )": alpine3_12
+ , ">= 3.18": alpine3_18
, "unknown_versioning": alpine3_12 }
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ade5ae4f12f81eb0841e6a1627eb03cc762b803b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ade5ae4f12f81eb0841e6a1627eb03cc762b803b
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/20250310/9ea519f1/attachment-0001.html>
More information about the ghc-commits
mailing list