Skip to content

Commit 50c0c0f

Browse files
chreekatMikolaj
authored andcommitted
Update ci-images pin and bootstrap versions
1 parent 6b6c684 commit 50c0c0f

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

.gitlab-ci.yml

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ stages:
33

44
variables:
55
# Commit of ghc/ci-images repository from which to pull Docker images
6-
DOCKER_REV: "572353e0644044fe3a5465bba4342a9a0b0eb60e"
6+
DOCKER_REV: "a9297a370025101b479cfd4977f8f910814e03ab"
77

8-
GHC_VERSION: 9.2.3
9-
CABAL_INSTALL_VERSION: 3.6.2.0
8+
GHC_VERSION: 9.6.4
9+
CABAL_INSTALL_VERSION: 3.10.2.0
1010

1111
workflow:
1212
rules:
@@ -34,22 +34,28 @@ linux:
3434
TAG: x86_64-linux
3535
OS:
3636
- deb9
37+
- deb10
3738
- ARCH: x86_64
3839
TAG: x86_64-linux
3940
OS:
4041
- centos7
4142
- deb9
43+
- deb10
44+
- deb11
45+
- deb12
4246
- fedora33
47+
- fedora36
48+
- fedora38
4349
- rocky8
4450
- ubuntu18_04
4551
- ubuntu20_04
46-
- deb10
47-
- deb11
52+
- ubuntu22_04
4853
- ARCH: aarch64
4954
TAG: aarch64-linux
5055
OS:
5156
- deb10
5257
- deb11
58+
- deb12
5359
tags:
5460
- $TAG
5561
image: "registry.gitlab.haskell.org/ghc/ci-images/$PLATFORM:$DOCKER_REV"
@@ -63,13 +69,18 @@ alpine-linux:
6369
extends: .build
6470
parallel:
6571
matrix:
66-
- ARCH: i386
67-
OS: [alpine3_12]
68-
GHC_VERSION: 9.0.2
72+
- ARCH: [i386, x86_64]
73+
OS: [alpine3_12, alpine3_15, alpine3_17]
74+
TAG: x86_64-linux
75+
# Was 3_18 for i386 intentionally left off?
6976
- ARCH: x86_64
70-
OS: [alpine3_12]
77+
OS: alpine3_18
78+
TAG: x86_64-linux
79+
- ARCH: [aarch64]
80+
OS: [alpine3_18]
81+
TAG: aarch64-linux
7182
tags:
72-
- x86_64-linux
83+
- $TAG
7384
before_script:
7485
# for cabal build
7586
- sudo apk add --no-cache zlib zlib-dev zlib-static

0 commit comments

Comments
 (0)