[Git][ghc/ghc][wip/bootstrap-9_6] ci: Add job to test 9.6 bootstrapping
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Mar 30 11:24:33 UTC 2023
Matthew Pickering pushed to branch wip/bootstrap-9_6 at Glasgow Haskell Compiler / GHC
Commits:
814ae3b5 by Matthew Pickering at 2023-03-30T11:42:22+01:00
ci: Add job to test 9.6 bootstrapping
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -2,7 +2,7 @@ variables:
GIT_SSL_NO_VERIFY: "1"
# Commit of ghc/ci-images repository from which to pull Docker images
- DOCKER_REV: 572353e0644044fe3a5465bba4342a9a0b0eb60e
+ DOCKER_REV: ab73b45173cdcbdb617ecae93bd3a609555ef38d
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.
@@ -86,6 +86,8 @@ workflow:
DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_2:$DOCKER_REV"
- GHC_VERSION: 9.4.3
DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
+ - GHC_VERSION: 9.6.1
+ DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_6:$DOCKER_REV"
# Allow linters to fail on draft MRs.
# This must be explicitly transcluded in lint jobs which
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/814ae3b56f39b9385b0cd2392bd4bf61ed7dbd8c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/814ae3b56f39b9385b0cd2392bd4bf61ed7dbd8c
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/20230330/75e68637/attachment.html>
More information about the ghc-commits
mailing list