[Git][ghc/ghc][wip/backports-9.8] gitlab-ci: Allow release-hackage-lint to fail
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Fri Sep 29 03:14:54 UTC 2023
Ben Gamari pushed to branch wip/backports-9.8 at Glasgow Haskell Compiler / GHC
Commits:
86c1bdc4 by Ben Gamari at 2023-09-28T23:14:08-04:00
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.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/86c1bdc48a6d4bc059c3fffb5c27d4fd69fc81bc
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/86c1bdc48a6d4bc059c3fffb5c27d4fd69fc81bc
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/20230928/d3fcd755/attachment.html>
More information about the ghc-commits
mailing list