[Git][ghc/ghc][wip/backports-9.8-2] gitlab-ci: Mark T22012 as broken on CentOS 7
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Tue Sep 19 12:53:45 UTC 2023
Ben Gamari pushed to branch wip/backports-9.8-2 at Glasgow Haskell Compiler / GHC
Commits:
e4b5cdbd by Ben Gamari at 2023-09-19T08:53:27-04:00
gitlab-ci: Mark T22012 as broken on CentOS 7
Due to #23979.
- - - - -
2 changed files:
- .gitlab/gen_ci.hs
- .gitlab/jobs.yaml
Changes:
=====================================
.gitlab/gen_ci.hs
=====================================
@@ -444,7 +444,8 @@ distroVariables Alpine = mconcat
, "BROKEN_TESTS" =: "encoding004 T10458 linker_unload_native"
]
distroVariables Centos7 = mconcat [
- "HADRIAN_ARGS" =: "--docs=no-sphinx"
+ "HADRIAN_ARGS" =: "--docs=no-sphinx"
+ , "BROKEN_TESTS" =: "T22012" -- due to #23979
]
distroVariables Rocky8 = mconcat [
"HADRIAN_ARGS" =: "--docs=no-sphinx"
=====================================
.gitlab/jobs.yaml
=====================================
@@ -967,6 +967,7 @@
"variables": {
"BIGNUM_BACKEND": "gmp",
"BIN_DIST_NAME": "ghc-x86_64-linux-centos7-validate",
+ "BROKEN_TESTS": "T22012",
"BUILD_FLAVOUR": "validate",
"CONFIGURE_ARGS": "",
"HADRIAN_ARGS": "--docs=no-sphinx",
@@ -2843,6 +2844,7 @@
"variables": {
"BIGNUM_BACKEND": "gmp",
"BIN_DIST_NAME": "ghc-x86_64-linux-centos7-release+no_split_sections",
+ "BROKEN_TESTS": "T22012",
"BUILD_FLAVOUR": "release+no_split_sections",
"CONFIGURE_ARGS": "",
"HADRIAN_ARGS": "--hash-unit-ids --docs=no-sphinx",
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e4b5cdbdee243e50cc417e1da9507a78222bfb19
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e4b5cdbdee243e50cc417e1da9507a78222bfb19
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/20230919/79f6e3d2/attachment-0001.html>
More information about the ghc-commits
mailing list