@@ -29,38 +29,11 @@ jobs:
2929 fail-fast : false
3030 matrix :
3131 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 "
3333 , installCmd: "apk add"
3434 , 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"
3535 , 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"
6437 , ADD_CABAL_ARGS: "--enable-split-sections"
6538 , runner: "ubuntu-latest"
6639 , ARCH: 64
@@ -117,33 +90,12 @@ jobs:
11790 fail-fast : false
11891 matrix :
11992 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"
12894 installCmd : " apk add"
12995 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"
13096 DISTRO : " Alpine"
13197 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"
14799 runs-on : [self-hosted, linux-space, maerwald]
148100
149101 container :
@@ -205,32 +157,11 @@ jobs:
205157 fail-fast : false
206158 matrix :
207159 include :
208- - image : " alpine:3.16 "
160+ - image : " alpine:3.20 "
209161 installCmd : " apk add"
210162 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"
211163 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"
234165 ARCH : 64
235166 runs-on : ubuntu-latest
236167 container :
0 commit comments