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

ci: Disable HLint job due to excessive runtime

The HLint jobs takes much longer to run (20 minutes) after "Give the RTS it's own configure script" eb5a6b91

Now the CI job will build the stage0 compiler before it generates the necessary RTS headers.

We either need to:

* Fix the linting rules so they take much less time
* Revert the commit
* Remove the linting of base from the hlint job
* Remove the hlint job

This is highest priority as it is affecting all CI pipelines.

For now I am just disabling the job because there are many more pressing
matters at hand.

Ticket #22830
parent 13a0566b
No related branches found
No related tags found
No related merge requests found
Pipeline #62148 failed
......@@ -329,7 +329,8 @@ lint-submods-branch:
paths:
- cabal-cache
hlint-ghc-and-base:
# Disabled due to #22830
.hlint-ghc-and-base:
extends: .lint-params
image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV"
variables:
......
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