From 86c1bdc48a6d4bc059c3fffb5c27d4fd69fc81bc Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Thu, 28 Sep 2023 23:13:53 -0400
Subject: [PATCH] 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.
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03ffac4f6f96..f225cb877429 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab