Skip to content

Commit c40c83b

Browse files
committed
Build releases for 9.2.7
1 parent c10af27 commit c40c83b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.cirrus.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ build_task:
3030
- name: build-ghc-9.2.5
3131
env:
3232
GHC_VERSION: 9.2.5
33-
- name: build-ghc-9.2.6
33+
- name: build-ghc-9.2.7
3434
env:
35-
GHC_VERSION: 9.2.6
35+
GHC_VERSION: 9.2.7
3636
install_script: pkg install -y hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake patchelf tree
3737
script:
3838
- tzsetup Etc/GMT
@@ -49,7 +49,7 @@ bindist_task:
4949
- build-ghc-8.10.7
5050
- build-ghc-9.0.2
5151
- build-ghc-9.2.5
52-
- build-ghc-9.2.6
52+
- build-ghc-9.2.7
5353
timeout_in: 120m
5454
only_if: $CIRRUS_TAG != ''
5555
env:
@@ -76,9 +76,9 @@ bindist_task:
7676
- tar xvf binaries-9.2.5.tar.xz
7777
- rm -f binaries-9.2.5.tar.xz
7878

79-
- curl -o binaries-9.2.6.tar.xz -L https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/build-ghc-9.2.6/binaries/out.tar.xz
80-
- tar xvf binaries-9.2.6.tar.xz
81-
- rm -f binaries-9.2.6.tar.xz
79+
- curl -o binaries-9.2.7.tar.xz -L https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/build-ghc-9.2.7/binaries/out.tar.xz
80+
- tar xvf binaries-9.2.7.tar.xz
81+
- rm -f binaries-9.2.7.tar.xz
8282

8383
- bash .github/scripts/bindist.sh
8484
bindist_artifacts:

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
28+
ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"]
2929
platform: [ { image: "debian:9"
3030
, installCmd: "apt-get update && apt-get install -y"
3131
, 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"
@@ -150,7 +150,7 @@ jobs:
150150
strategy:
151151
fail-fast: true
152152
matrix:
153-
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
153+
ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"]
154154
steps:
155155
- uses: docker://arm64v8/ubuntu:focal
156156
name: Cleanup (aarch64 linux)
@@ -205,7 +205,7 @@ jobs:
205205
strategy:
206206
fail-fast: false
207207
matrix:
208-
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
208+
ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"]
209209
steps:
210210
- name: Checkout code
211211
uses: actions/checkout@v3
@@ -245,7 +245,7 @@ jobs:
245245
strategy:
246246
fail-fast: false
247247
matrix:
248-
ghc: ["9.4.4", "9.2.6", "9.2.5", "8.10.7"]
248+
ghc: ["9.4.4", "9.2.7", "9.2.5", "8.10.7"]
249249
steps:
250250
- name: Checkout code
251251
uses: actions/checkout@v3
@@ -289,7 +289,7 @@ jobs:
289289
strategy:
290290
fail-fast: false
291291
matrix:
292-
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
292+
ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"]
293293
steps:
294294
- name: install windows deps
295295
shell: pwsh

0 commit comments

Comments
 (0)