Skip to content

Commit e765b64

Browse files
authored
Merge pull request #10918 from haskell/wip/update-bootstrap-plans
bootstrap: Update bootstrap plans for 9.2.8 to 9.12.2
2 parents 2b166b8 + ad708b4 commit e765b64

13 files changed

+3235
-2708
lines changed

Diff for: .github/workflows/bootstrap.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
ghc: ["9.0.2", "9.2.8", "9.4.8", "9.6.6", "9.8.2"]
22+
ghc: ["9.2.8", "9.4.8", "9.6.7", "9.8.4", "9.10.1", "9.12.2"]
2323
include:
2424
- os: macos-latest
2525
ghc: "9.2.8"

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ bootstrap-json-%: phony
274274
cd bootstrap && cabal run -v0 cabal-bootstrap-gen -- linux-$*.plan.json \
275275
| python3 -m json.tool > linux-$*.json
276276

277-
BOOTSTRAP_GHC_VERSIONS := 9.0.2 9.2.8 9.4.8 9.6.6 9.8.2
277+
BOOTSTRAP_GHC_VERSIONS := 9.2.8 9.4.8 9.6.7 9.8.4 9.10.1 9.12.2
278278

279279
.PHONY: bootstrap-jsons
280280
bootstrap-jsons: $(BOOTSTRAP_GHC_VERSIONS:%=bootstrap-json-%)

Diff for: bootstrap/generate_bootstrap_plans

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ run() {
1515
cabal run --with-ghc-pkg $PWD/boot_ghc/bin/ghc-pkg -w $PWD/boot_ghc/bin/ghc -v0 cabal-bootstrap-gen -- "plan-$ver.json" | jq --sort-keys | tee "linux-$(echo $ver | tr "_" ".").json"
1616
}
1717

18-
run "8_10_7"
19-
run "9_0_2"
2018
run "9_2_8"
2119
run "9_4_8"
22-
run "9_6_4"
23-
run "9_8_2"
20+
run "9_6_7"
21+
run "9_8_4"
22+
run "9_10_1"
23+
run "9_12_2"

0 commit comments

Comments
 (0)