Skip to content

Commit

Permalink
Upgrade Bazel to 6.4.0
Browse files Browse the repository at this point in the history
- bump max Bazel version in start script
- use Bazel 6.4.0 for integration tests
- remove Bazel 6.2.0 from integration test
  • Loading branch information
avdv committed Dec 12, 2023
1 parent 4ac58bd commit 7c6c280
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion .ci/bazel-6.2.0-darwin-x86_64.sha256

This file was deleted.

1 change: 0 additions & 1 deletion .ci/bazel-6.2.0-linux-x86_64.sha256

This file was deleted.

1 change: 0 additions & 1 deletion .ci/bazel-6.2.0-windows-x86_64.exe.sha256

This file was deleted.

1 change: 1 addition & 0 deletions .ci/bazel-6.4.0-darwin-x86_64.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eef2661dabc3de09c9c8f839f7789b29763ea9987659e432b3c4e6246b3fe5df bazel-6.4.0-darwin-x86_64
1 change: 1 addition & 0 deletions .ci/bazel-6.4.0-linux-x86_64.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
79e4f370efa6e31717b486af5d9efd95864d0ef13da138582224ac9b2a1bad86 bazel-6.4.0-linux-x86_64
1 change: 1 addition & 0 deletions .ci/bazel-6.4.0-windows-x86_64.exe.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ff94279f7de7ec604c40b5d760f0dc10bdc880f07e915adced825f53e5f4fa1b bazel-6.4.0-windows-x86_64.exe
2 changes: 1 addition & 1 deletion .ci/bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.0
6.4.0
2 changes: 1 addition & 1 deletion haskell/private/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# See https://github.com/tweag/rules_haskell/pull/1781#issuecomment-1187640454
SUPPORTED_BAZEL_VERSIONS = [
"6.0.0",
"6.2.0",
"6.3.2",
"6.4.0",
]

SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ use_repo(
"asterius_bundle_linux_amd64",
"bazel_6",
"build_bazel_bazel_6_0_0",
"build_bazel_bazel_6_2_0",
"build_bazel_bazel_6_3_2",
"build_bazel_bazel_6_4_0",
"glibc_locales",
"linux_amd64_asterius-toolchain",
"nixpkgs_config_cc",
Expand Down
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readonly MIN_BAZEL_MAJOR=6
readonly MIN_BAZEL_MINOR=0

readonly MAX_BAZEL_MAJOR=6
readonly MAX_BAZEL_MINOR=3
readonly MAX_BAZEL_MINOR=4

stderr () {
>&2 echo "$*"
Expand Down

0 comments on commit 7c6c280

Please # to comment.