Skip to content

Commit 9e090e5

Browse files
scentinittiurani
authored andcommitted
Bump min Bazel version to 6.3 (bazelbuild#2150)
A future Bazel version will contain a breaking API change. bazelbuild#2072 is preparing the `rules_rust` codebase for it, however it relies on Bazel API changes present in `6.3.0` and not `6.0.0`. As per discussion there bazelbuild#2072 (comment), looks like maintainers are fine with bumping the minimum Bazel version to `6.3.0`.
1 parent a03df98 commit 9e090e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ tasks:
221221
ubuntu1804:
222222
name: "Min Bazel Version"
223223
# If updating the minimum bazel version, please also update /docs/index.md
224-
bazel: "6.0.0"
224+
bazel: "6.3.0"
225225
platform: ubuntu1804
226226
# Disable use of `instrumented_files_info.metadata_files` until Bazel 6.3 is the min version
227227
shell_commands:
@@ -232,7 +232,7 @@ tasks:
232232
post_shell_commands: *coverage_validation_post_shell_commands
233233
ubuntu1804_with_aspects:
234234
name: "Min Bazel Version With Aspects"
235-
bazel: "6.0.0"
235+
bazel: "6.3.0"
236236
platform: ubuntu1804
237237
# Disable use of `instrumented_files_info.metadata_files` until Bazel 6.3 is the min version
238238
shell_commands:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Failure to do so will result in rules attempting to match a `stable` toolchain w
9393

9494
## Supported bazel versions
9595

96-
The oldest version of Bazel the `main` branch is tested against is `6.0.0`. Previous versions may still be functional in certain environments, but this is the minimum version we strive to fully support.
96+
The oldest version of Bazel the `main` branch is tested against is `6.3.0`. Previous versions may still be functional in certain environments, but this is the minimum version we strive to fully support.
9797

9898
We test these rules against the latest rolling releases of Bazel, and aim for compatibility with them, but prioritise stable releases over rolling releases where necessary.
9999

0 commit comments

Comments
 (0)