[Git][ghc/ghc][wip/ghc-9.10] ghcup-metadata: Use Debian 9 binaries on Ubuntu 16, 17
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Apr 10 13:27:47 UTC 2024
Ben Gamari pushed to branch wip/ghc-9.10 at Glasgow Haskell Compiler / GHC
Commits:
d5e97c23 by Ben Gamari at 2024-04-10T09:22:33-04:00
ghcup-metadata: Use Debian 9 binaries on Ubuntu 16, 17
Closes #24646.
- - - - -
1 changed file:
- .gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
Changes:
=====================================
.gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
=====================================
@@ -216,7 +216,8 @@ def mk_new_yaml(release_mode, version, date, pipeline_type, job_map):
, ">= 11": deb11
, "unknown_versioning": deb11 }
, "Linux_Ubuntu" : { "unknown_versioning": ubuntu2004
- , "( >= 16 && < 19 )": ubuntu1804
+ , "( >= 16 && < 18 )": deb9
+ , "( >= 18 && < 19 )": ubuntu1804
}
, "Linux_Mint" : { "< 20": ubuntu1804
, ">= 20": ubuntu2004 }
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d5e97c234513d283c7b1ea2b90ab32ebcf59b3c8
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d5e97c234513d283c7b1ea2b90ab32ebcf59b3c8
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/20240410/cfaf45a1/attachment.html>
More information about the ghc-commits
mailing list