[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 13:01:03 UTC 2023



Matthew Pickering pushed to branch wip/bootstrap-9_6 at Glasgow Haskell Compiler / GHC


Commits:
e0cf084e by Matthew Pickering at 2023-03-30T14:00:56+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: 7a2f9560997025d37adefe7148e2a19808a5c593
 
   # 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/e0cf084ee3521ad026eba0e3fa987558467e5072

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e0cf084ee3521ad026eba0e3fa987558467e5072
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/1cdd7aaa/attachment.html>


More information about the ghc-commits mailing list