[Git][ghc/ghc][ghc-9.6] ci: Revert update to hadrian-bootstrap-sources from 2000339cbe66a2d9c7a106d6060a37fa11fc472d

Zubin (@wz1000) gitlab at gitlab.haskell.org
Tue Sep 19 23:18:16 UTC 2023



Zubin pushed to branch ghc-9.6 at Glasgow Haskell Compiler / GHC


Commits:
96c483eb by Zubin Duggal at 2023-09-20T04:46:15+05:30
ci: Revert update to hadrian-bootstrap-sources from 2000339cbe66a2d9c7a106d6060a37fa11fc472d

These made the Gitlab runner fail in mysterious ways when run with
RELEASE_JOB=yes.

We will distribute older bootstrap sources for now, instead of bumping all
images to a newer docker revision that might break things

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -4,9 +4,6 @@ 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
-  BOOTSTRAP_DOCKER_REV: 245d4c047dcf9e6d1894d12defcc3f46b787a5ae
-
   # Sequential version number of all cached things.
   # Bump to invalidate GitLab CI cache.
   CACHE_REV: 10
@@ -85,12 +82,10 @@ workflow:
 # which versions of GHC to allow bootstrap with
 .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:$BOOTSTRAP_DOCKER_REV"
-    - GHC_VERSION: 9.4.7
-      DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_4:$BOOTSTRAP_DOCKER_REV"
-    - GHC_VERSION: 9.6.2
-      DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_6:$BOOTSTRAP_DOCKER_REV"
+    - GHC_VERSION: 9.2.5
+      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"
 
 # 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/96c483ebb0729cb090d161862f15da2479a9a1a7

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/96c483ebb0729cb090d161862f15da2479a9a1a7
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/8f87041f/attachment-0001.html>


More information about the ghc-commits mailing list