summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-24 18:15:56 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-26 20:09:00 -0500
commitfa1db923c369126a8b0eb15951455d55684c788c (patch)
tree54e8d3b27076ab8c36540d2a9e1058ece31428a2 /.gitlab-ci.yml
parentd0d7ba0fb053ebe7f919a5932066fbc776301ccd (diff)
downloadhaskell-fa1db923c369126a8b0eb15951455d55684c788c.tar.gz
ci: Add ubuntu18_04 nightly and release jobs
This adds release jobs for ubuntu18_04 which uses glibc 2.27 which is older than the 2.28 which is used by Rocky8 bindists. Ticket #22268
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 548f0b6cdb..8a616a71ad 100644
--- a/.gitlab-ci.yml
+++ b/.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: dd01591a50ea4e2aa3c106cf50ca54d38663f912
+ DOCKER_REV: 2d59d551647d102c4af44f257c520a94f04ea3f6
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.