[Git][ghc/ghc][master] hadrian: default selftest to disabled

Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 99868a86 by Jens Petersen at 2025-04-29T18:36:44-04:00 hadrian: default selftest to disabled - - - - - 2 changed files: - hadrian/README.md - hadrian/hadrian.cabal Changes: ===================================== hadrian/README.md ===================================== @@ -226,8 +226,8 @@ tested in CI. If you use an untested flavour such as "Quick" then you run the risk that not all tests will pass. In particular you can rely on the `validate` and `perf` flavours being tested but no others. -`build selftest` runs tests of the build system. The current test coverage -is close to zero (see [#197][test-issue]). +`build selftest` (no longer enabled by default) runs tests of the build system. +The current test coverage is close to zero (see [#197][test-issue]). #### Running linters ===================================== hadrian/hadrian.cabal ===================================== @@ -27,7 +27,7 @@ flag threaded -- See also #21913 flag selftest manual: True - default: True + default: False description: Enables the hadrian selftest rules which require QuickCheck. Disabling it thus saves on a few dependencies which can be problematic when bootstrapping. View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/99868a8651d315c95afce9f8dc39b303... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/99868a8651d315c95afce9f8dc39b303... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)