|
31 | 31 | strategy:
|
32 | 32 | fail-fast: false
|
33 | 33 | matrix:
|
34 |
| - ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8"] |
| 34 | + ghc: ["9.10.1", "9.8.4", "9.8.3", "9.6.6", "9.4.8"] |
35 | 35 | platform: [ { image: "debian:9"
|
36 | 36 | , 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"
|
37 | 37 | , 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"
|
@@ -137,7 +137,16 @@ jobs:
|
137 | 137 | , ARTIFACT: "x86_64-linux-unknown"
|
138 | 138 | , ADD_CABAL_ARGS: "--enable-split-sections"
|
139 | 139 | }
|
140 |
| - - ghc: 9.8.2 |
| 140 | + - ghc: 9.8.3 |
| 141 | + platform: |
| 142 | + { image: "rockylinux:8" |
| 143 | + , installCmd: "yum -y install epel-release && yum install -y --allowerasing" |
| 144 | + , 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" |
| 145 | + , DISTRO: "Unknown" |
| 146 | + , ARTIFACT: "x86_64-linux-unknown" |
| 147 | + , ADD_CABAL_ARGS: "--enable-split-sections" |
| 148 | + } |
| 149 | + - ghc: 9.8.4 |
141 | 150 | platform:
|
142 | 151 | { image: "rockylinux:8"
|
143 | 152 | , installCmd: "yum -y install epel-release && yum install -y --allowerasing"
|
@@ -214,7 +223,7 @@ jobs:
|
214 | 223 | strategy:
|
215 | 224 | fail-fast: true
|
216 | 225 | matrix:
|
217 |
| - ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8"] |
| 226 | + ghc: ["9.10.1", "9.8.4", "9.8.3", "9.6.6", "9.4.8"] |
218 | 227 | steps:
|
219 | 228 | - uses: docker://arm64v8/ubuntu:focal
|
220 | 229 | name: Cleanup (aarch64 linux)
|
@@ -274,7 +283,7 @@ jobs:
|
274 | 283 | strategy:
|
275 | 284 | fail-fast: false
|
276 | 285 | matrix:
|
277 |
| - ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8"] |
| 286 | + ghc: ["9.10.1", "9.8.4", "9.8.3", "9.6.6", "9.4.8"] |
278 | 287 | steps:
|
279 | 288 | - name: Checkout code
|
280 | 289 | uses: actions/checkout@v3
|
@@ -319,7 +328,7 @@ jobs:
|
319 | 328 | strategy:
|
320 | 329 | fail-fast: false
|
321 | 330 | matrix:
|
322 |
| - ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8"] |
| 331 | + ghc: ["9.10.1", "9.8.4", "9.8.3", "9.6.6", "9.4.8"] |
323 | 332 | steps:
|
324 | 333 | - name: Checkout code
|
325 | 334 | uses: actions/checkout@v3
|
@@ -364,7 +373,7 @@ jobs:
|
364 | 373 | strategy:
|
365 | 374 | fail-fast: false
|
366 | 375 | matrix:
|
367 |
| - ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8"] |
| 376 | + ghc: ["9.10.1", "9.8.4", "9.8.3", "9.6.6", "9.4.8"] |
368 | 377 | steps:
|
369 | 378 | - name: install windows deps
|
370 | 379 | shell: pwsh
|
|
0 commit comments