[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:39:47 UTC 2024



Ben Gamari pushed to branch wip/backports-9.8 at Glasgow Haskell Compiler / GHC


Commits:
1d6a3cb1 by Ben Gamari at 2024-11-20T18:39:37-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,7 +448,7 @@ distroVariables :: LinuxDistro -> Variables
 distroVariables Alpine312 = alpineVariables
 distroVariables Alpine318 = alpineVariables
 distroVariables Centos7 = mconcat [
-    "HADRIAN_ARGS" =: "--docs=no-sphinx"
+    "HADRIAN_ARGS" =: "--docs=no-sphinx-pdfs"
   , "BROKEN_TESTS" =: "T22012" -- due to #23979
   ]
 distroVariables Fedora33 = mconcat



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1d6a3cb1272bb9bf078dfe4481c2e7ccb5e0a4bc

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1d6a3cb1272bb9bf078dfe4481c2e7ccb5e0a4bc
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/0be8e8bd/attachment-0001.html>


More information about the ghc-commits mailing list