|
30 | 30 | strategy:
|
31 | 31 | fail-fast: false
|
32 | 32 | matrix:
|
33 |
| - ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2"] |
| 33 | + ghc: ["9.6.3", "9.4.8", "9.2.8", "9.0.2"] |
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"
|
@@ -154,15 +154,6 @@ jobs:
|
154 | 154 | , ARTIFACT: "x86_64-linux-unknown"
|
155 | 155 | , ADD_CABAL_ARGS: "--enable-split-sections"
|
156 | 156 | }
|
157 |
| - - ghc: 9.8.1 |
158 |
| - platform: |
159 |
| - { image: "rockylinux:8" |
160 |
| - , installCmd: "yum -y install epel-release && yum install -y --allowerasing" |
161 |
| - , 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" |
162 |
| - , DISTRO: "Unknown" |
163 |
| - , ARTIFACT: "x86_64-linux-unknown" |
164 |
| - , ADD_CABAL_ARGS: "--enable-split-sections" |
165 |
| - } |
166 | 157 | container:
|
167 | 158 | image: ${{ matrix.platform.image }}
|
168 | 159 | steps:
|
@@ -222,7 +213,7 @@ jobs:
|
222 | 213 | strategy:
|
223 | 214 | fail-fast: true
|
224 | 215 | matrix:
|
225 |
| - ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2"] |
| 216 | + ghc: ["9.6.3", "9.4.8", "9.2.8", "9.0.2"] |
226 | 217 | steps:
|
227 | 218 | - uses: docker://arm64v8/ubuntu:focal
|
228 | 219 | name: Cleanup (aarch64 linux)
|
@@ -282,7 +273,7 @@ jobs:
|
282 | 273 | strategy:
|
283 | 274 | fail-fast: false
|
284 | 275 | matrix:
|
285 |
| - ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2"] |
| 276 | + ghc: ["9.6.3", "9.4.8", "9.2.8", "9.0.2"] |
286 | 277 | steps:
|
287 | 278 | - name: Checkout code
|
288 | 279 | uses: actions/checkout@v3
|
@@ -327,7 +318,7 @@ jobs:
|
327 | 318 | strategy:
|
328 | 319 | fail-fast: false
|
329 | 320 | matrix:
|
330 |
| - ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8"] |
| 321 | + ghc: ["9.6.3", "9.4.8", "9.2.8"] |
331 | 322 | steps:
|
332 | 323 | - name: Checkout code
|
333 | 324 | uses: actions/checkout@v3
|
@@ -372,7 +363,7 @@ jobs:
|
372 | 363 | strategy:
|
373 | 364 | fail-fast: false
|
374 | 365 | matrix:
|
375 |
| - ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2"] |
| 366 | + ghc: ["9.6.3", "9.4.8", "9.2.8", "9.0.2"] |
376 | 367 | steps:
|
377 | 368 | - name: install windows deps
|
378 | 369 | shell: pwsh
|
|
0 commit comments