[Git][ghc/ghc][wip/9.6-test-1] test

Zubin (@wz1000) gitlab at gitlab.haskell.org
Tue Sep 19 22:39:30 UTC 2023



Zubin pushed to branch wip/9.6-test-1 at Glasgow Haskell Compiler / GHC


Commits:
1ea6a4b7 by Zubin Duggal at 2023-09-20T04:09:21+05:30
test

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -4,6 +4,10 @@ variables:
   # Commit of ghc/ci-images repository from which to pull Docker images
   DOCKER_REV: 572353e0644044fe3a5465bba4342a9a0b0eb60e
 
+  # Commit of ghc/ci-images repository from which to pull Docker images
+  # for bootstrapping
+  BOOTSTRAP_DOCKER_REV: 245d4c047dcf9e6d1894d12defcc3f46b787a5ae
+
   # Sequential version number of all cached things.
   # Bump to invalidate GitLab CI cache.
   CACHE_REV: 10
@@ -83,9 +87,7 @@ workflow:
 .bootstrap_matrix : &bootstrap_matrix
   matrix:
     - GHC_VERSION: 9.2.8
-      DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_2:$DOCKER_REV"
-    - GHC_VERSION: 9.4.7
-      DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_4:$DOCKER_REV"
+      DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_6:245d4c047dcf9e6d1894d12defcc3f46b787a5ae"
 
 # 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/1ea6a4b77e7e083d7a817b0dbeda40ddfb714ea3

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


More information about the ghc-commits mailing list