|
30 | 30 | strategy:
|
31 | 31 | fail-fast: false
|
32 | 32 | matrix:
|
33 |
| - ghc: ["9.8.1", "9.6.3", "9.4.7", "9.2.8", "9.0.2"] |
| 33 | + ghc: ["9.8.1", "9.6.3", "9.4.7", "9.2.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,15 +118,6 @@ jobs:
|
118 | 118 | # Perhaps we can migrate *all* unknown linux builds to a uniform
|
119 | 119 | # image.
|
120 | 120 | include:
|
121 |
| - - ghc: 9.0.2 |
122 |
| - platform: |
123 |
| - { image: "rockylinux:8" |
124 |
| - , installCmd: "yum -y install epel-release && yum install -y --allowerasing" |
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 |
| - , DISTRO: "Unknown" |
127 |
| - , ARTIFACT: "x86_64-linux-unknown" |
128 |
| - , ADD_CABAL_ARGS: "--enable-split-sections" |
129 |
| - } |
130 | 121 | - ghc: 9.2.8
|
131 | 122 | platform:
|
132 | 123 | { image: "rockylinux:8"
|
@@ -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.7", "9.2.8", "9.0.2"] |
| 216 | + ghc: ["9.8.1", "9.6.3", "9.4.7", "9.2.8" ] |
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.7", "9.2.8", "9.0.2"] |
| 276 | + ghc: ["9.8.1", "9.6.3", "9.4.7", "9.2.8"] |
286 | 277 | steps:
|
287 | 278 | - name: Checkout code
|
288 | 279 | 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.7", "9.2.8", "9.0.2"] |
| 366 | + ghc: ["9.8.1", "9.6.3", "9.4.7", "9.2.8"] |
376 | 367 | steps:
|
377 | 368 | - name: install windows deps
|
378 | 369 | shell: pwsh
|
|
0 commit comments