[Git][ghc/ghc][wip/ghc-9.12-release] ci: allow test-primops to fail as a workaround to #25582
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Sun Dec 15 15:58:43 UTC 2024
Zubin pushed to branch wip/ghc-9.12-release at Glasgow Haskell Compiler / GHC
Commits:
daf659b6 by Zubin Duggal at 2024-12-15T21:28:10+05:30
ci: allow test-primops to fail as a workaround to #25582
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -913,6 +913,9 @@ test-primops-nightly:
test-primops-release:
extends: .test-primops
+ # test-primops upstream is failing with a link error
+ # See https://gitlab.haskell.org/ghc/ghc/-/issues/25582
+ allow_failure: true
rules:
- if: '$RELEASE_JOB == "yes"'
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/daf659b6e3c8f2a84100fbee797cd9d457c00df5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/daf659b6e3c8f2a84100fbee797cd9d457c00df5
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/20241215/b7151df8/attachment.html>
More information about the ghc-commits
mailing list