Skip to content
Snippets Groups Projects
Commit b8bc33f4 authored by Cheng Shao's avatar Cheng Shao :beach:
Browse files

ci: bump ci-images

parent 9312b9fd
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ workflow: ...@@ -9,7 +9,7 @@ workflow:
- if: $UPSTREAM_GHC_FLAVOUR != null - if: $UPSTREAM_GHC_FLAVOUR != null
variables: variables:
DOCKER_REV: 59da90988f9f3caa36572bf47d5f78704a969dea DOCKER_REV: 6e9f8f17086e56e83adae4a8a9d63e2fec3cb6c7
GIT_DEPTH: 1 GIT_DEPTH: 1
GIT_STRATEGY: clone GIT_STRATEGY: clone
......
...@@ -11,6 +11,6 @@ exec podman run -it --rm \ ...@@ -11,6 +11,6 @@ exec podman run -it --rm \
--network host \ --network host \
--volume "$PWD":/workspace \ --volume "$PWD":/workspace \
--workdir /workspace \ --workdir /workspace \
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-ubuntu24_04:59da90988f9f3caa36572bf47d5f78704a969dea \ registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-ubuntu24_04:6e9f8f17086e56e83adae4a8a9d63e2fec3cb6c7 \
bash -c \ bash -c \
"apt update && apt full-upgrade -y && apt install -y bash-completion nano zstd && cp /etc/skel/{.bash_logout,.bashrc,.profile} /root && PREFIX=/tmp/.ghc-wasm ./setup.sh && . /tmp/.ghc-wasm/env && exec bash -i" "apt update && apt full-upgrade -y && apt install -y bash-completion nano zstd && cp /etc/skel/{.bash_logout,.bashrc,.profile} /root && PREFIX=/tmp/.ghc-wasm ./setup.sh && . /tmp/.ghc-wasm/env && exec bash -i"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment