Skip to content

Commit 0c78856

Browse files
Build release archives (and validate) with GHC 9.2.3 (backport #8272) (#8273)
* Build release archives (and validate) with GHC 9.2.3 (cherry picked from commit f55ae05) # Conflicts: # .gitlab-ci.yml * Add a changelog file (cherry picked from commit 73323db) * Fix bootstrap cabal-install version in gitlab-ci.yml (cherry picked from commit 5ee0cab) # Conflicts: # .gitlab-ci.yml * Update .gitlab-ci.yml, fixing a shallow conflict Co-authored-by: Mikolaj Konarski <[email protected]> Co-authored-by: Mikolaj Konarski <[email protected]>
1 parent c62a097 commit 0c78856

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

.github/workflows/bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.3"]
2323
include:
2424
- os: macos-latest
25-
ghc: "8.10.7"
25+
ghc: "9.2.3"
2626
name: Bootstrap ${{ matrix.os }} ghc-${{ matrix.ghc }}
2727
runs-on: ${{ matrix.os }}
2828
steps:

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ on:
2323
env:
2424
# We choose a stable ghc version across all os's
2525
# which will be used to do the next release
26-
GHC_FOR_RELEASE: '8.10.7'
26+
GHC_FOR_RELEASE: '9.2.3'
2727
# Ideally we should use the version about to be released for hackage tests and benchmarks
28-
GHC_FOR_SOLVER_BENCHMARKS: '8.10.7'
29-
GHC_FOR_COMPLETE_HACKAGE_TESTS: '8.10.7'
28+
GHC_FOR_SOLVER_BENCHMARKS: '9.2.3'
29+
GHC_FOR_COMPLETE_HACKAGE_TESTS: '9.2.3'
3030
COMMON_FLAGS: '-j 2 -v'
3131

3232
jobs:

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ variables:
77
# Commit of ghc/ci-images repository from which to pull Docker images
88
DOCKER_REV: "4ed1a4f27828ba96a34662dc954335e29b470cd2"
99

10-
GHC_VERSION: 8.10.7
11-
CABAL_INSTALL_VERSION: 3.8.0.20220526
10+
GHC_VERSION: 9.2.3
11+
CABAL_INSTALL_VERSION: 3.6.2.0
1212

1313
workflow:
1414
rules:

changelog.d/pr-8272

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
synopsis: Build release archives (and validate) with GHC 9.2.3
2+
packages: cabal-install
3+
prs: #8272
4+
issues: #8271
5+
6+
description: {
7+
8+
- The release binaries are now built with GHC 9.2.3, which fixes some minor snags
9+
10+
}

0 commit comments

Comments
 (0)