Skip to content
Snippets Groups Projects
Commit 86c1bdc4 authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Allow release-hackage-lint to fail

Head.hackage is not robust in the presence of patches to boot packages,
as see in ghc/head.hackage#93. Allow it to fail for now.
parent c83b7688
No related branches found
Tags ghc-9.8.1-alpha3
No related merge requests found
......@@ -795,6 +795,7 @@ release-hackage-lint:
artifacts: false
rules:
- if: '$RELEASE_JOB == "yes"'
allow_failure: true
extends: .hackage
variables:
# No slow-validate bindist on release pipeline
......
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