diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2023-02-01 08:58:40 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-02-01 12:31:58 -0500 |
commit | f94f14502a00824d48cef69d362774a9a4bfc6d6 (patch) | |
tree | 51338340633e7fa0a917303aad6ecfa8cf9ae9de | |
parent | 0cc16aaf89d7dc3963764b7193ceac73e4e3329b (diff) | |
download | haskell-f94f14502a00824d48cef69d362774a9a4bfc6d6.tar.gz |
Bump DOCKER_REV to use alpine image without LLVM installed
alpine_3_12 only supports LLVM 10, which is now outside the supported
version range.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf8be6ebd5..4485a8fd58 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: 2d59d551647d102c4af44f257c520a94f04ea3f6 + DOCKER_REV: 572353e0644044fe3a5465bba4342a9a0b0eb60e # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. |