[Git][ghc/ghc][master] CI: Disable the test-cabal-reinstall job
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu Feb 1 17:24:24 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
38c3afb6 by Bryan Richter at 2024-02-01T12:23:19-05:00
CI: Disable the test-cabal-reinstall job
Fixes #24363
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -483,16 +483,21 @@ stack-hadrian-build:
# Testing reinstallable ghc codepath
####################################
-test-cabal-reinstall-x86_64-linux-deb10:
- extends: nightly-x86_64-linux-deb10-validate
- stage: full-build
- variables:
- REINSTALL_GHC: "yes"
- BUILD_FLAVOUR: validate
- TEST_ENV: "x86_64-linux-deb10-cabal-install"
- rules:
- - if: $NIGHTLY
- - if: '$CI_MERGE_REQUEST_LABELS =~ /.*test-reinstall.*/'
+# As documented on the original ticket #19896, this feature already has a long
+# way to go before it can actually be used. Meanwhile, parts of it have
+# bit-rotted, possibly related to some Cabal change. The job is disabled for
+# now.
+#
+# test-cabal-reinstall-x86_64-linux-deb10:
+# extends: nightly-x86_64-linux-deb10-validate
+# stage: full-build
+# variables:
+# REINSTALL_GHC: "yes"
+# BUILD_FLAVOUR: validate
+# TEST_ENV: "x86_64-linux-deb10-cabal-install"
+# rules:
+# - if: $NIGHTLY
+# - if: '$CI_MERGE_REQUEST_LABELS =~ /.*test-reinstall.*/'
########################################
# Testing ABI is invariant across builds
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/38c3afb64d3ffc42f12163c6f0f0d5c414aa8255
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/38c3afb64d3ffc42f12163c6f0f0d5c414aa8255
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/20240201/bc69dc0f/attachment-0001.html>
More information about the ghc-commits
mailing list