[Git][ghc/ghc][wip/test-primops] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Jul 19 09:53:21 UTC 2023
Matthew Pickering pushed to branch wip/test-primops at Glasgow Haskell Compiler / GHC
Commits:
62767cc1 by Matthew Pickering at 2023-07-19T10:53:13+01:00
fix
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -829,12 +829,16 @@ release-hackage-lint:
needs:
- job: x86_64-linux-deb10-validate+debug_info
artifacts: false
+ optional: true
- job: aarch64-linux-deb10-validate
artifacts: false
+ optional: true
- job: aarch64-darwin-validate
artifacts: false
+ optional: true
- job: x86_64-darwin-validate
artifacts: false
+ optional: true
extends: .test-primops
test-primops-validate:
@@ -850,12 +854,16 @@ test-primops-nightly:
needs:
- job: nightly-x86_64-linux-deb10-validate
artifacts: false
+ optional: true
- job: nightly-aarch64-linux-deb10-validate
artifacts: false
+ optional: true
- job: nightly-aarch64-darwin-validate
artifacts: false
+ optional: true
- job: nightly-x86_64-darwin-validate
artifacts: false
+ optional: true
extends: .test-primops
rules:
- if: $NIGHTLY
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/62767cc1252e349f069607c2d3cc10e6aa8fd626
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/62767cc1252e349f069607c2d3cc10e6aa8fd626
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/20230719/5c6e9fff/attachment-0001.html>
More information about the ghc-commits
mailing list