[Git][ghc/ghc][wip/bootstrap-9_6] ci: Add job to test 9.6 bootstrapping

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Fri Mar 31 11:55:58 UTC 2023



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


Commits:
af646f1b by Matthew Pickering at 2023-03-31T10:14:30+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: ae60a90db673e679399286e3b63c21c8e7a9a9b9
 
   # 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/af646f1be0549a4284e6674df248a256aeb400a6

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/af646f1be0549a4284e6674df248a256aeb400a6
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/20230331/edd37b5c/attachment.html>


More information about the ghc-commits mailing list