summaryrefslogtreecommitdiff
path: root/.gitlab/gen_ci.hs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-05-05 14:46:50 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-05-11 20:06:16 -0400
commit3c998f0d5f91742f0474e0eb76082e069ecb0cf4 (patch)
tree1319810ff84f153b62a35ce3fe7cfc3b740cfded /.gitlab/gen_ci.hs
parentfcc7dc4c2848d46439bcbfae3f9eaf0a1f400ab4 (diff)
downloadhaskell-3c998f0d5f91742f0474e0eb76082e069ecb0cf4.tar.gz
Add back Debian9 CI jobs
We still build Deb9 bindists for now due to Ubuntu 18 and Linux Mint 19 not being at EOL until April 2023 and they still need tinfo5. Fixes #21469
Diffstat (limited to '.gitlab/gen_ci.hs')
-rwxr-xr-x.gitlab/gen_ci.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/gen_ci.hs b/.gitlab/gen_ci.hs
index 40c5e29e98..4d90954a6c 100755
--- a/.gitlab/gen_ci.hs
+++ b/.gitlab/gen_ci.hs
@@ -745,6 +745,9 @@ jobs = M.fromList $ concatMap flattenJobGroup $
, addValidateRule LLVMBackend (validateBuilds Amd64 (Linux Debian10) llvm)
, disableValidate (standardBuilds Amd64 (Linux Debian11))
+ -- We still build Deb9 bindists for now due to Ubuntu 18 and Linux Mint 19
+ -- not being at EOL until April 2023 and they still need tinfo5.
+ , disableValidate (standardBuilds Amd64 (Linux Debian9))
, disableValidate (standardBuilds Amd64 (Linux Ubuntu2004))
, disableValidate (standardBuilds Amd64 (Linux Centos7))
-- Fedora33 job is always built with perf so there's one job in the normal