@@ -29,38 +29,11 @@ jobs:
29
29
fail-fast : false
30
30
matrix :
31
31
ghc : ["9.12.2", "9.10.1", "9.8.4", "9.6.7", "9.4.8"]
32
- platform : [ { image: "alpine:3.16 "
32
+ platform : [ { image: "alpine:3.20 "
33
33
, installCmd: "apk add"
34
34
, toolRequirements: "curl gcc g++ binutils binutils-gold coreutils bsd-compat-headers gmp-dev ncurses-dev libffi-dev make xz tar perl bash diffutils git gzip gnupg autoconf automake patchelf zlib zlib-dev bzip2 bzip2-dev findutils"
35
35
, DISTRO: "Alpine"
36
- , ARTIFACT: "x86_64-linux-alpine316"
37
- , ADD_CABAL_ARGS: "--enable-split-sections"
38
- , runner: "ubuntu-latest"
39
- , ARCH: 64
40
- },
41
- { image: "alpine:3.18"
42
- , installCmd: "apk add"
43
- , toolRequirements: "curl gcc g++ binutils binutils-gold coreutils bsd-compat-headers gmp-dev ncurses-dev libffi-dev make xz tar perl bash diffutils git gzip gnupg autoconf automake patchelf zlib zlib-dev bzip2 bzip2-dev findutils"
44
- , DISTRO: "Alpine"
45
- , ARTIFACT: "x86_64-linux-alpine318"
46
- , ADD_CABAL_ARGS: "--enable-split-sections"
47
- , runner: "ubuntu-latest"
48
- , ARCH: 64
49
- },
50
- { image: "fedora:33"
51
- , installCmd: "dnf install -y"
52
- , toolRequirements: "autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf"
53
- , DISTRO: "Fedora"
54
- , ARTIFACT: "x86_64-linux-fedora33"
55
- , ADD_CABAL_ARGS: "--enable-split-sections"
56
- , runner: "ubuntu-latest"
57
- , ARCH: 64
58
- },
59
- { image: "fedora:38"
60
- , installCmd: "dnf install -y"
61
- , toolRequirements: "autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf"
62
- , DISTRO: "Fedora"
63
- , ARTIFACT: "x86_64-linux-fedora38"
36
+ , ARTIFACT: "x86_64-linux-alpine320"
64
37
, ADD_CABAL_ARGS: "--enable-split-sections"
65
38
, runner: "ubuntu-latest"
66
39
, ARCH: 64
@@ -117,33 +90,12 @@ jobs:
117
90
fail-fast : false
118
91
matrix :
119
92
include :
120
- - image : " alpine:3.16"
121
- installCmd : " apk add"
122
- toolRequirements : " curl gcc g++ binutils binutils-gold coreutils bsd-compat-headers gmp-dev ncurses-dev libffi-dev make xz tar perl bash diffutils git gzip gnupg autoconf automake patchelf zlib zlib-dev bzip2 bzip2-dev findutils"
123
- DISTRO : " Alpine"
124
- ARCH : 64
125
- ARTIFACT : " x86_64-linux-alpine316"
126
- runs-on : [self-hosted, linux-space, maerwald]
127
- - image : " alpine:3.18"
93
+ - image : " alpine:3.20"
128
94
installCmd : " apk add"
129
95
toolRequirements : " curl gcc g++ binutils binutils-gold coreutils bsd-compat-headers gmp-dev ncurses-dev libffi-dev make xz tar perl bash diffutils git gzip gnupg autoconf automake patchelf zlib zlib-dev bzip2 bzip2-dev findutils"
130
96
DISTRO : " Alpine"
131
97
ARCH : 64
132
- ARTIFACT : " x86_64-linux-alpine318"
133
- runs-on : [self-hosted, linux-space, maerwald]
134
- - image : fedora:33
135
- installCmd : dnf install -y
136
- toolRequirements : autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree
137
- DISTRO : Fedora
138
- ARCH : 64
139
- ARTIFACT : " x86_64-linux-fedora33"
140
- runs-on : [self-hosted, linux-space, maerwald]
141
- - image : fedora:38
142
- installCmd : dnf install -y
143
- toolRequirements : autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree
144
- DISTRO : Fedora
145
- ARCH : 64
146
- ARTIFACT : " x86_64-linux-fedora38"
98
+ ARTIFACT : " x86_64-linux-alpine320"
147
99
runs-on : [self-hosted, linux-space, maerwald]
148
100
149
101
container :
@@ -205,32 +157,11 @@ jobs:
205
157
fail-fast : false
206
158
matrix :
207
159
include :
208
- - image : " alpine:3.16 "
160
+ - image : " alpine:3.20 "
209
161
installCmd : " apk add"
210
162
toolRequirements : " curl gcc g++ binutils binutils-gold coreutils bsd-compat-headers gmp-dev ncurses-dev libffi-dev make xz tar perl bash diffutils git gzip gnupg autoconf automake patchelf tree zlib zlib-dev bzip2 bzip2-dev findutils"
211
163
DISTRO : " Alpine"
212
- ARTIFACT : " x86_64-linux-alpine316"
213
- ARCH : 64
214
- runs-on : ubuntu-latest
215
- - image : " alpine:3.18"
216
- installCmd : " apk add"
217
- toolRequirements : " curl gcc g++ binutils binutils-gold coreutils bsd-compat-headers gmp-dev ncurses-dev libffi-dev make xz tar perl bash diffutils git gzip gnupg autoconf automake patchelf tree zlib zlib-dev bzip2 bzip2-dev findutils"
218
- DISTRO : " Alpine"
219
- ARTIFACT : " x86_64-linux-alpine318"
220
- ARCH : 64
221
- runs-on : ubuntu-latest
222
- - image : fedora:33
223
- installCmd : dnf install -y
224
- toolRequirements : autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree
225
- DISTRO : Fedora
226
- ARTIFACT : " x86_64-linux-fedora33"
227
- ARCH : 64
228
- runs-on : ubuntu-latest
229
- - image : fedora:38
230
- installCmd : dnf install -y
231
- toolRequirements : autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree
232
- DISTRO : Fedora
233
- ARTIFACT : " x86_64-linux-fedora38"
164
+ ARTIFACT : " x86_64-linux-alpine320"
234
165
ARCH : 64
235
166
runs-on : ubuntu-latest
236
167
container :
0 commit comments