[Git][ghc/ghc][wip/backports-9.8] gitlab-ci: Enable Sphinx output on CentOS 7

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Nov 21 04:17:57 UTC 2024



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


Commits:
4c776e77 by Ben Gamari at 2024-11-20T23:17:45-05:00
gitlab-ci: Enable Sphinx output on CentOS 7

This is the last platform with Sphinx disabled.

- - - - -


2 changed files:

- .gitlab/gen_ci.hs
- .gitlab/jobs.yaml


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


=====================================
.gitlab/jobs.yaml
=====================================
@@ -1087,7 +1087,7 @@
       "BROKEN_TESTS": "T22012",
       "BUILD_FLAVOUR": "validate",
       "CONFIGURE_ARGS": "",
-      "HADRIAN_ARGS": "--docs=no-sphinx",
+      "HADRIAN_ARGS": "--docs=no-sphinx-pdfs",
       "TEST_ENV": "x86_64-linux-centos7-validate",
       "XZ_OPT": "-9"
     }
@@ -3087,7 +3087,7 @@
       "BROKEN_TESTS": "T22012",
       "BUILD_FLAVOUR": "release+no_split_sections",
       "CONFIGURE_ARGS": "",
-      "HADRIAN_ARGS": "--hash-unit-ids --docs=no-sphinx",
+      "HADRIAN_ARGS": "--hash-unit-ids --docs=no-sphinx-pdfs",
       "IGNORE_PERF_FAILURES": "all",
       "TEST_ENV": "x86_64-linux-centos7-release+no_split_sections",
       "XZ_OPT": "-9"



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4c776e7727d48c9f05a233e6df42c86aba191e8f

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4c776e7727d48c9f05a233e6df42c86aba191e8f
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/6f49d394/attachment-0001.html>


More information about the ghc-commits mailing list