[Git][ghc/ghc][ghc-9.4] gitlab: Reintroduce Fedora 27 job
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Thu Dec 22 17:39:06 UTC 2022
Ben Gamari pushed to branch ghc-9.4 at Glasgow Haskell Compiler / GHC
Commits:
e9ec1499 by Ben Gamari at 2022-12-22T12:37:53-05:00
gitlab: Reintroduce Fedora 27 job
- - - - -
1 changed file:
- .gitlab/gen_ci.hs
Changes:
=====================================
.gitlab/gen_ci.hs
=====================================
@@ -221,6 +221,7 @@ distroName :: LinuxDistro -> String
distroName Debian11 = "deb11"
distroName Debian10 = "deb10"
distroName Debian9 = "deb9"
+distroName Fedora27 = "fedora27"
distroName Fedora33 = "fedora33"
distroName Ubuntu2004 = "ubuntu20_04"
distroName Centos7 = "centos7"
@@ -367,6 +368,11 @@ distroVariables Alpine = mconcat
distroVariables Centos7 = mconcat [
"HADRIAN_ARGS" =: "--docs=no-sphinx"
]
+distroVariables Fedora27 = mconcat
+ -- There is no reasonably new version of LLVM available on Fedora 27.
+ [ "LLC" =: "/bin/false"
+ , "OPT" =: "/bin/false"
+ ]
distroVariables Fedora33 = mconcat
-- LLC/OPT do not work for some reason in our fedora images
-- These tests fail with this error: T11649 T5681 T7571 T8131b
@@ -770,6 +776,7 @@ jobs = M.fromList $ concatMap flattenJobGroup $
-- Fedora33 job is always built with perf so there's one job in the normal
-- validate pipeline which is built with perf.
, (standardBuildsWithConfig Amd64 (Linux Fedora33) releaseConfig)
+ , (standardBuildsWithConfig Amd64 (Linux Fedora27) releaseConfig)
-- This job is only for generating head.hackage docs
, hackage_doc_job (disableValidate (standardBuildsWithConfig Amd64 (Linux Fedora33) releaseConfig))
, disableValidate (standardBuildsWithConfig Amd64 (Linux Fedora33) dwarf)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e9ec149932a76904a091e2d151c999d1db4a3df0
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e9ec149932a76904a091e2d151c999d1db4a3df0
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/20221222/375658f1/attachment-0001.html>
More information about the ghc-commits
mailing list