Skip to content

Commit

Permalink
Update bazel to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecornec committed Jun 23, 2023
1 parent 23a54b5 commit 6f60cdc
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion .ci/bazel-5.2.0-darwin-x86_64.sha256

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions .ci/bazel-6.2.0-darwin-x86_64.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d2356012843ce3a2fbba89f88191673a6ad2f7716cc46ad43ec1bcee78d36b44 bazel-6.2.0-darwin-x86_64
1 change: 1 addition & 0 deletions .ci/bazel-6.2.0-linux-x86_64.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3d11c26fb9ba12c833844450bb90165b176e8a19cb5cf5923f3cec855837f17c bazel-6.2.0-linux-x86_64
1 change: 1 addition & 0 deletions .ci/bazel-6.2.0-windows-x86_64.exe.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3d119e934ffb26910fcbd44dbc5973761480f58d3a06722cb84a90e16d8c5727 bazel-6.2.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 @@
5.2.0
6.2.0
2 changes: 1 addition & 1 deletion haskell/private/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
SUPPORTED_BAZEL_VERSIONS = [
"5.0.0",
"5.2.0",
"6.0.0",
"6.2.0",
]

SUPPORTED_NIXPKGS_BAZEL_PACKAGES = [
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mkShell {
file
] ++ lib.optionals docTools [graphviz python39Packages.sphinx zip unzip];

packages = [ bazel_5 ];
packages = [ bazel_6 ];

shellHook = ''
# Add nix config flags to .bazelrc.local.
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=5
readonly MIN_BAZEL_MINOR=0

readonly MAX_BAZEL_MAJOR=6
readonly MAX_BAZEL_MINOR=0
readonly MAX_BAZEL_MINOR=2

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

0 comments on commit 6f60cdc

Please sign in to comment.