[Git][ghc/ghc][wip/backports-9.8] gitlab-ci: Enable Sphinx output on CentOS 7
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Nov 20 23:38:55 UTC 2024
Ben Gamari pushed to branch wip/backports-9.8 at Glasgow Haskell Compiler / GHC
Commits:
669d193d by Ben Gamari at 2024-11-20T18:38:25-05:00
gitlab-ci: Enable Sphinx output on CentOS 7
This is the last platform with Sphinx disabled.
- - - - -
1 changed file:
- .gitlab/gen_ci.hs
Changes:
=====================================
.gitlab/gen_ci.hs
=====================================
@@ -448,8 +448,7 @@ distroVariables :: LinuxDistro -> Variables
distroVariables Alpine312 = alpineVariables
distroVariables Alpine318 = alpineVariables
distroVariables Centos7 = mconcat [
- "HADRIAN_ARGS" =: "--docs=no-sphinx"
- , "BROKEN_TESTS" =: "T22012" -- due to #23979
+ "BROKEN_TESTS" =: "T22012" -- due to #23979
]
distroVariables Fedora33 = mconcat
-- LLC/OPT do not work for some reason in our fedora images
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/669d193d9dbaff49695dbd627a5dd0f92e848279
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/669d193d9dbaff49695dbd627a5dd0f92e848279
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/20241120/d6d6f973/attachment.html>
More information about the ghc-commits
mailing list