Skip to content
Snippets Groups Projects
Commit a05b6293 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

ci: Don't build sphinx documentation on centos

The centos docker image lacks the sphinx builder so we disable building
sphinx docs for these jobs.

Fixes #21580
parent 297156e0
No related branches found
No related tags found
No related merge requests found
...@@ -357,6 +357,9 @@ distroVariables Alpine = mconcat ...@@ -357,6 +357,9 @@ distroVariables Alpine = mconcat
-- (see Note [Object unloading]). -- (see Note [Object unloading]).
, "BROKEN_TESTS" =: "encoding004 T10458 ghcilink002 linker_unload_native" , "BROKEN_TESTS" =: "encoding004 T10458 ghcilink002 linker_unload_native"
] ]
distroVariables Centos7 = mconcat [
"HADRIAN_ARGS" =: "--docs=no-sphinx"
]
distroVariables Fedora33 = mconcat distroVariables Fedora33 = mconcat
-- LLC/OPT do not work for some reason in our fedora images -- LLC/OPT do not work for some reason in our fedora images
-- These tests fail with this error: T11649 T5681 T7571 T8131b -- These tests fail with this error: T11649 T5681 T7571 T8131b
......
...@@ -781,6 +781,7 @@ ...@@ -781,6 +781,7 @@
"BIN_DIST_NAME": "ghc-x86_64-linux-centos7-validate", "BIN_DIST_NAME": "ghc-x86_64-linux-centos7-validate",
"BUILD_FLAVOUR": "validate", "BUILD_FLAVOUR": "validate",
"CONFIGURE_ARGS": "", "CONFIGURE_ARGS": "",
"HADRIAN_ARGS": "--docs=no-sphinx",
"TEST_ENV": "x86_64-linux-centos7-validate", "TEST_ENV": "x86_64-linux-centos7-validate",
"XZ_OPT": "-9" "XZ_OPT": "-9"
} }
...@@ -2230,6 +2231,7 @@ ...@@ -2230,6 +2231,7 @@
"BIN_DIST_NAME": "ghc-x86_64-linux-centos7-release", "BIN_DIST_NAME": "ghc-x86_64-linux-centos7-release",
"BUILD_FLAVOUR": "release", "BUILD_FLAVOUR": "release",
"CONFIGURE_ARGS": "", "CONFIGURE_ARGS": "",
"HADRIAN_ARGS": "--docs=no-sphinx",
"IGNORE_PERF_FAILURES": "all", "IGNORE_PERF_FAILURES": "all",
"TEST_ENV": "x86_64-linux-centos7-release", "TEST_ENV": "x86_64-linux-centos7-release",
"XZ_OPT": "-9" "XZ_OPT": "-9"
...@@ -3080,6 +3082,7 @@ ...@@ -3080,6 +3082,7 @@
"BIN_DIST_NAME": "ghc-x86_64-linux-centos7-validate", "BIN_DIST_NAME": "ghc-x86_64-linux-centos7-validate",
"BUILD_FLAVOUR": "validate", "BUILD_FLAVOUR": "validate",
"CONFIGURE_ARGS": "", "CONFIGURE_ARGS": "",
"HADRIAN_ARGS": "--docs=no-sphinx",
"TEST_ENV": "x86_64-linux-centos7-validate" "TEST_ENV": "x86_64-linux-centos7-validate"
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment