Skip to content

Commit 25d4fee

Browse files
mpickeringMarge Bot
authored andcommitted
bootstrap: Remove ghc-9_2_* plans
We are anticipating shortly making it necessary to use ghc-9.4 to boot the compiler.
1 parent 5d45b92 commit 25d4fee

16 files changed

+0
-2039
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ workflow:
8282
# which versions of GHC to allow bootstrap with
8383
.bootstrap_matrix : &bootstrap_matrix
8484
matrix:
85-
- GHC_VERSION: 9.2.5
86-
DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_2:$DOCKER_REV"
8785
- GHC_VERSION: 9.4.3
8886
DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
8987
- GHC_VERSION: 9.6.2

hadrian/bootstrap/generate_bootstrap_plans

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ run() {
1515
cabal run --with-ghc-pkg $PWD/boot_ghc/bin/ghc-pkg -w $PWD/boot_ghc/bin/ghc -v0 hadrian-bootstrap-gen -- "plan-$ver.json" | jq --sort-keys | tee "plan-bootstrap-$ver.json"
1616
}
1717

18-
#run "9_2_1" -- This is broken on ghcs-nix
19-
run "9_2_2"
20-
run "9_2_3"
21-
run "9_2_4"
22-
run "9_2_5"
23-
run "9_2_6"
24-
run "9_2_7"
25-
run "9_2_7"
2618
run "9_4_1"
2719
run "9_4_2"
2820
run "9_4_3"

hadrian/bootstrap/plan-9_2_1.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

hadrian/bootstrap/plan-9_2_2.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

hadrian/bootstrap/plan-9_2_3.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

hadrian/bootstrap/plan-9_2_4.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

hadrian/bootstrap/plan-9_2_5.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

hadrian/bootstrap/plan-9_2_6.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

hadrian/bootstrap/plan-9_2_7.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

hadrian/bootstrap/plan-bootstrap-9_2_1.json

Lines changed: 0 additions & 300 deletions
This file was deleted.

0 commit comments

Comments
 (0)