[Git][ghc/ghc][wip/test-primops] 2 commits: fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Jul 13 12:15:39 UTC 2023
Matthew Pickering pushed to branch wip/test-primops at Glasgow Haskell Compiler / GHC
Commits:
645e2cee by Matthew Pickering at 2023-07-13T13:15:01+01:00
fix
- - - - -
f7bab815 by Matthew Pickering at 2023-07-13T13:15:29+01:00
fix
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -820,7 +820,15 @@ release-hackage-lint:
strategy: "depend"
test-primops-validate:
- needs: []
+ needs:
+ # - job: x86_64-linux-deb10-validate+debug_info
+ # artifacts: false
+ - job: aarch64-linux-deb10-validate
+ artifacts: false
+ # - job: aarch64-darwin-validate
+ # artifacts: false
+ # - job: x64_64-darwin-validate
+ # artifacts: false
extends: .test-primops
when: manual
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/850ab4e8e592d40e2e7ce1fa489bdc748b036ab8...f7bab8152b6fd3320fa99e8d63ec9c2864fc9f1d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/850ab4e8e592d40e2e7ce1fa489bdc748b036ab8...f7bab8152b6fd3320fa99e8d63ec9c2864fc9f1d
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/20230713/6f293fb8/attachment-0001.html>
More information about the ghc-commits
mailing list