File tree Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ stages:
3
3
4
4
variables :
5
5
# Commit of ghc/ci-images repository from which to pull Docker images
6
- DOCKER_REV : " 572353e0644044fe3a5465bba4342a9a0b0eb60e "
6
+ DOCKER_REV : " a9297a370025101b479cfd4977f8f910814e03ab "
7
7
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
10
10
11
11
workflow :
12
12
rules :
@@ -34,22 +34,28 @@ linux:
34
34
TAG : x86_64-linux
35
35
OS :
36
36
- deb9
37
+ - deb10
37
38
- ARCH : x86_64
38
39
TAG : x86_64-linux
39
40
OS :
40
41
- centos7
41
42
- deb9
43
+ - deb10
44
+ - deb11
45
+ - deb12
42
46
- fedora33
47
+ - fedora36
48
+ - fedora38
43
49
- rocky8
44
50
- ubuntu18_04
45
51
- ubuntu20_04
46
- - deb10
47
- - deb11
52
+ - ubuntu22_04
48
53
- ARCH : aarch64
49
54
TAG : aarch64-linux
50
55
OS :
51
56
- deb10
52
57
- deb11
58
+ - deb12
53
59
tags :
54
60
- $TAG
55
61
image : " registry.gitlab.haskell.org/ghc/ci-images/$PLATFORM:$DOCKER_REV"
@@ -63,13 +69,18 @@ alpine-linux:
63
69
extends : .build
64
70
parallel :
65
71
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?
69
76
- 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
71
82
tags :
72
- - x86_64-linux
83
+ - $TAG
73
84
before_script :
74
85
# for cabal build
75
86
- sudo apk add --no-cache zlib zlib-dev zlib-static
You can’t perform that action at this time.
0 commit comments