|
25 | 25 | strategy: |
26 | 26 | fail-fast: false |
27 | 27 | matrix: |
28 | | - ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"] |
| 28 | + ghc: ["9.6.1", "9.4.4", "9.2.7", "9.0.2", "8.10.7"] |
29 | 29 | platform: [ { image: "debian:9" |
30 | 30 | , installCmd: "apt-get update && apt-get install -y" |
31 | 31 | , 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" |
@@ -111,12 +111,12 @@ jobs: |
111 | 111 | platform: { image: "rockylinux:8", installCmd: "yum -y install epel-release && yum install -y --allowerasing", 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", DISTRO: "Unknown", ARTIFACT: "x86_64-linux-unknown", ADD_CABAL_ARGS: "--enable-split-sections" } |
112 | 112 | - ghc: 9.0.2 |
113 | 113 | platform: { image: "rockylinux:8", installCmd: "yum -y install epel-release && yum install -y --allowerasing", 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", DISTRO: "Unknown", ARTIFACT: "x86_64-linux-unknown", ADD_CABAL_ARGS: "--enable-split-sections" } |
114 | | - - ghc: 9.2.5 |
115 | | - platform: { image: "rockylinux:8", installCmd: "yum -y install epel-release && yum install -y --allowerasing", 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", DISTRO: "Unknown", ARTIFACT: "x86_64-linux-unknown", ADD_CABAL_ARGS: "--enable-split-sections" } |
116 | 114 | - ghc: 9.2.7 |
117 | 115 | platform: { image: "rockylinux:8", installCmd: "yum -y install epel-release && yum install -y --allowerasing", 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", DISTRO: "Unknown", ARTIFACT: "x86_64-linux-unknown", ADD_CABAL_ARGS: "--enable-split-sections" } |
118 | 116 | - ghc: 9.4.4 |
119 | 117 | platform: { image: "fedora:33", installCmd: "dnf install -y", 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", DISTRO: "Unknown", ARTIFACT: "x86_64-linux-unknown", ADD_CABAL_ARGS: "--enable-split-sections" } |
| 118 | + - ghc: 9.6.1 |
| 119 | + platform: { image: "rockylinux:8", installCmd: "yum -y install epel-release && yum install -y --allowerasing", 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", DISTRO: "Unknown", ARTIFACT: "x86_64-linux-unknown", ADD_CABAL_ARGS: "--enable-split-sections" } |
120 | 120 | container: |
121 | 121 | image: ${{ matrix.platform.image }} |
122 | 122 | steps: |
@@ -171,7 +171,7 @@ jobs: |
171 | 171 | strategy: |
172 | 172 | fail-fast: true |
173 | 173 | matrix: |
174 | | - ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"] |
| 174 | + ghc: ["9.6.1","9.4.4", "9.2.7", "9.0.2", "8.10.7"] |
175 | 175 | steps: |
176 | 176 | - uses: docker://arm64v8/ubuntu:focal |
177 | 177 | name: Cleanup (aarch64 linux) |
@@ -226,7 +226,7 @@ jobs: |
226 | 226 | strategy: |
227 | 227 | fail-fast: false |
228 | 228 | matrix: |
229 | | - ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"] |
| 229 | + ghc: ["9.6.1", "9.4.4", "9.2.7", "9.0.2", "8.10.7"] |
230 | 230 | steps: |
231 | 231 | - name: Checkout code |
232 | 232 | uses: actions/checkout@v3 |
@@ -266,20 +266,25 @@ jobs: |
266 | 266 | strategy: |
267 | 267 | fail-fast: false |
268 | 268 | matrix: |
269 | | - ghc: ["9.4.4", "9.2.7", "9.2.5", "8.10.7"] |
| 269 | + ghc: ["9.6.1", "9.4.4", "9.2.7", "8.10.7"] |
270 | 270 | steps: |
271 | 271 | - name: Checkout code |
272 | 272 | uses: actions/checkout@v3 |
273 | 273 |
|
274 | 274 | - name: Run build |
275 | 275 | run: | |
276 | | - bash .github/scripts/brew.sh git coreutils llvm@11 autoconf automake tree |
277 | | - export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$HOME/.brew/opt/llvm@11/bin:$PATH" |
278 | | - export CC="$HOME/.brew/opt/llvm@11/bin/clang" |
279 | | - export CXX="$HOME/.brew/opt/llvm@11/bin/clang++" |
| 276 | + if test "${GHC_VERSION}" = "8.10.7"; then |
| 277 | + bash .github/scripts/brew.sh git coreutils llvm@11 autoconf automake tree |
| 278 | + export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$HOME/.brew/opt/llvm@11/bin:$PATH" |
| 279 | + export CC="$HOME/.brew/opt/llvm@11/bin/clang" |
| 280 | + export CXX="$HOME/.brew/opt/llvm@11/bin/clang++" |
| 281 | + export AR="$HOME/.brew/opt/llvm@11/bin/llvm-ar" |
| 282 | + export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib" |
| 283 | + else |
| 284 | + bash .github/scripts/brew.sh git coreutils autoconf automake tree |
| 285 | + export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$PATH" |
| 286 | + fi |
280 | 287 | export LD=ld |
281 | | - export AR="$HOME/.brew/opt/llvm@11/bin/llvm-ar" |
282 | | - export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib" |
283 | 288 | bash .github/scripts/build.sh |
284 | 289 | tar cf out-${ARTIFACT}-${GHC_VERSION}.tar out/ store/ |
285 | 290 | env: |
@@ -310,7 +315,7 @@ jobs: |
310 | 315 | strategy: |
311 | 316 | fail-fast: false |
312 | 317 | matrix: |
313 | | - ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"] |
| 318 | + ghc: ["9.6.1", "9.4.4", "9.2.7", "9.0.2", "8.10.7"] |
314 | 319 | steps: |
315 | 320 | - name: install windows deps |
316 | 321 | shell: pwsh |
|
0 commit comments