From 92aa65eab4111dc082e7b1c107f2727890dd60c1 Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Thu, 30 May 2024 14:46:32 +0100 Subject: [PATCH] ci: Update CI images to test LLVM 18 The debian12 image in this commit has llvm 18 installed. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2def4679068..ff9e7434f68 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: dbbc0f6f5b73930ead052ca8161e969f1755eed7 + DOCKER_REV: 2e2497036a91104be281a0eb24b37889aaf98341 # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. -- GitLab