Skip to content

Commit 5347cde

Browse files
committed
Upgrade Bazel to 6.4.0
- bump max Bazel version in start script - use Bazel 6.4.0 for integration tests - remove Bazel 6.2.0 from integration test
1 parent 527f827 commit 5347cde

10 files changed

+7
-7
lines changed

.ci/bazel-6.2.0-darwin-x86_64.sha256

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

.ci/bazel-6.2.0-linux-x86_64.sha256

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

.ci/bazel-6.2.0-windows-x86_64.exe.sha256

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

.ci/bazel-6.4.0-darwin-x86_64.sha256

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
eef2661dabc3de09c9c8f839f7789b29763ea9987659e432b3c4e6246b3fe5df bazel-6.4.0-darwin-x86_64

.ci/bazel-6.4.0-linux-x86_64.sha256

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
79e4f370efa6e31717b486af5d9efd95864d0ef13da138582224ac9b2a1bad86 bazel-6.4.0-linux-x86_64
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ff94279f7de7ec604c40b5d760f0dc10bdc880f07e915adced825f53e5f4fa1b bazel-6.4.0-windows-x86_64.exe

.ci/bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.0
1+
6.4.0

haskell/private/versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# See https://github.com/tweag/rules_haskell/pull/1781#issuecomment-1187640454
1616
SUPPORTED_BAZEL_VERSIONS = [
1717
"6.0.0",
18-
"6.2.0",
1918
"6.3.2",
19+
"6.4.0",
2020
]
2121

2222
SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [

rules_haskell_tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ use_repo(
114114
"asterius_bundle_linux_amd64",
115115
"bazel_6",
116116
"build_bazel_bazel_6_0_0",
117-
"build_bazel_bazel_6_2_0",
118117
"build_bazel_bazel_6_3_2",
118+
"build_bazel_bazel_6_4_0",
119119
"glibc_locales",
120120
"linux_amd64_asterius-toolchain",
121121
"nixpkgs_config_cc",

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readonly MIN_BAZEL_MAJOR=6
1313
readonly MIN_BAZEL_MINOR=0
1414

1515
readonly MAX_BAZEL_MAJOR=6
16-
readonly MAX_BAZEL_MINOR=3
16+
readonly MAX_BAZEL_MINOR=4
1717

1818
stderr () {
1919
>&2 echo "$*"

0 commit comments

Comments
 (0)