[Git][ghc/ghc][wip/9.6-test-1] test
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Tue Sep 19 22:36:31 UTC 2023
Zubin pushed to branch wip/9.6-test-1 at Glasgow Haskell Compiler / GHC
Commits:
486ee733 by Zubin Duggal at 2023-09-20T04:06:24+05:30
test
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -4,10 +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
- # for bootstrapping
- BOOTSTRAP_DOCKER_REV: 245d4c047dcf9e6d1894d12defcc3f46b787a5ae
-
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.
CACHE_REV: 10
@@ -87,9 +83,9 @@ 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:$BOOTSTRAP_DOCKER_REV"
+ 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:$BOOTSTRAP_DOCKER_REV"
+ DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_4:$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/486ee7332981004d0c71039bb6fa2b1db3e19896
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/486ee7332981004d0c71039bb6fa2b1db3e19896
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/5e2ebdab/attachment-0001.html>
More information about the ghc-commits
mailing list