30
30
strategy :
31
31
fail-fast : false
32
32
matrix :
33
- ghc : ["9.8.2 ", "9.6.5 ", "9.4.8 ", "9.2 .8"]
33
+ ghc : ["9.10.1 ", "9.8.2 ", "9.6.5 ", "9.4 .8"]
34
34
platform : [ { image: "debian:9"
35
35
, installCmd: "sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list && sed -i 's|security.debian.org|archive.debian.org/|g' /etc/apt/sources.list && sed -i /-updates/d /etc/apt/sources.list && apt-get update && apt-get install -y"
36
36
, toolRequirements: "libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf"
@@ -118,25 +118,25 @@ jobs:
118
118
# Perhaps we can migrate *all* unknown linux builds to a uniform
119
119
# image.
120
120
include :
121
- - ghc : 9.2 .8
121
+ - ghc : 9.4 .8
122
122
platform :
123
- { image: "rockylinux:8 "
124
- , installCmd: "yum -y install epel-release && yum install -y --allowerasing "
123
+ { image: "fedora:27 "
124
+ , installCmd: "dnf install -y "
125
125
, 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"
126
126
, DISTRO: "Unknown"
127
127
, ARTIFACT: "x86_64-linux-unknown"
128
128
, ADD_CABAL_ARGS: "--enable-split-sections"
129
129
}
130
- - ghc : 9.4.8
130
+ - ghc : 9.6.5
131
131
platform :
132
- { image: "fedora:27 "
133
- , installCmd: "dnf install -y "
132
+ { image: "rockylinux:8 "
133
+ , installCmd: "yum -y install epel-release && yum install -y --allowerasing "
134
134
, 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"
135
135
, DISTRO: "Unknown"
136
136
, ARTIFACT: "x86_64-linux-unknown"
137
137
, ADD_CABAL_ARGS: "--enable-split-sections"
138
138
}
139
- - ghc : 9.6.5
139
+ - ghc : 9.8.2
140
140
platform :
141
141
{ image: "rockylinux:8"
142
142
, installCmd: "yum -y install epel-release && yum install -y --allowerasing"
@@ -145,7 +145,7 @@ jobs:
145
145
, ARTIFACT: "x86_64-linux-unknown"
146
146
, ADD_CABAL_ARGS: "--enable-split-sections"
147
147
}
148
- - ghc : 9.8.2
148
+ - ghc : 9.10.1
149
149
platform :
150
150
{ image: "rockylinux:8"
151
151
, installCmd: "yum -y install epel-release && yum install -y --allowerasing"
@@ -213,7 +213,7 @@ jobs:
213
213
strategy :
214
214
fail-fast : true
215
215
matrix :
216
- ghc : ["9.8.2 ", "9.6.5 ", "9.4.8 ", "9.2 .8" ]
216
+ ghc : ["9.10.1 ", "9.8.2 ", "9.6.5 ", "9.4 .8"]
217
217
steps :
218
218
- uses : docker://arm64v8/ubuntu:focal
219
219
name : Cleanup (aarch64 linux)
@@ -273,7 +273,7 @@ jobs:
273
273
strategy :
274
274
fail-fast : false
275
275
matrix :
276
- ghc : ["9.8.2 ", "9.6.5 ", "9.4.8 ", "9.2 .8"]
276
+ ghc : ["9.10.1 ", "9.8.2 ", "9.6.5 ", "9.4 .8"]
277
277
steps :
278
278
- name : Checkout code
279
279
uses : actions/checkout@v3
@@ -318,7 +318,7 @@ jobs:
318
318
strategy :
319
319
fail-fast : false
320
320
matrix :
321
- ghc : ["9.8.2 ", "9.6.5 ", "9.4.8 ", "9.2 .8"]
321
+ ghc : ["9.10.1 ", "9.8.2 ", "9.6.5 ", "9.4 .8"]
322
322
steps :
323
323
- name : Checkout code
324
324
uses : actions/checkout@v3
@@ -363,7 +363,7 @@ jobs:
363
363
strategy :
364
364
fail-fast : false
365
365
matrix :
366
- ghc : ["9.8.2 ", "9.6.5 ", "9.4.8 ", "9.2 .8"]
366
+ ghc : ["9.10.1 ", "9.8.2 ", "9.6.5 ", "9.4 .8"]
367
367
steps :
368
368
- name : install windows deps
369
369
shell : pwsh
0 commit comments