[Git][ghc/ghc][ghc-9.4] gitlab-ci: Disable Sphinx documentation on Fedora 27
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Thu Dec 22 21:12:05 UTC 2022
Ben Gamari pushed to branch ghc-9.4 at Glasgow Haskell Compiler / GHC
Commits:
1df51291 by Ben Gamari at 2022-12-22T16:11:36-05:00
gitlab-ci: Disable Sphinx documentation on Fedora 27
- - - - -
1 changed file:
- .gitlab/gen_ci.hs
Changes:
=====================================
.gitlab/gen_ci.hs
=====================================
@@ -372,6 +372,7 @@ distroVariables Fedora27 = mconcat
-- There is no reasonably new version of LLVM available on Fedora 27.
[ "LLC" =: "/bin/false"
, "OPT" =: "/bin/false"
+ , "HADRIAN_ARGS" =: "--docs=no-sphinx"
]
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/1df512913f631e544a6199b86e44b20d76510bd7
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1df512913f631e544a6199b86e44b20d76510bd7
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/e9363ada/attachment.html>
More information about the ghc-commits
mailing list