diff options
author | Cheng Shao <terrorjack@type.dance> | 2023-03-27 17:07:10 +0000 |
---|---|---|
committer | Cheng Shao <terrorjack@type.dance> | 2023-03-30 18:42:56 +0000 |
commit | cea56ccca154d477d858f3b25008df42b68a2b17 (patch) | |
tree | 34960e68735b0cedd1eda3d56ec897af9d037176 /.gitlab-ci.yml | |
parent | 4a24dbbe2cb4ec5311af01321d1721e8964d0672 (diff) | |
download | haskell-cea56ccca154d477d858f3b25008df42b68a2b17.tar.gz |
ci: use alpine3_17-wasm image for wasm jobs
Bump the ci-images dependency and use the new alpine3_17-wasm docker
image for wasm jobs.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6aea0edd2..ed4b42a3aa 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: 572353e0644044fe3a5465bba4342a9a0b0eb60e + DOCKER_REV: b58ecd021c2533f0f0d0b1c9109200a69506d2b7 # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. @@ -1084,4 +1084,3 @@ ghcup-metadata-testing-release: rules: - if: '$RELEASE_JOB == "yes"' when: manual - |