Skip to content

Commit 3601d56

Browse files
scentiniUebelAndre
andauthored
Update min bazel version (#2812)
Bazel `6.4` was released in, Oct 2023, we're well beyond the support window. I updated straight to `7.3.1` because according to the [docs](https://github.com/bazelbuild/bazel/releases/tag/7.3.1) it's fully compatible with `7.0`: > Bazel 7.3.1 is a patch LTS release. It is fully backward compatible with Bazel 7.0 and contains selected changes by the Bazel community and Google engineers. Co-authored-by: UebelAndre <[email protected]>
1 parent 99f421e commit 3601d56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
minimum_bazel_version: &minimum_bazel_version "6.4.0"
2+
minimum_bazel_version: &minimum_bazel_version "7.3.1"
33
aspects_flags: &aspects_flags
44
- "--config=rustfmt"
55
- "--config=clippy"

docs/index.md

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

111111
## Supported bazel versions
112112

113-
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.
113+
The oldest version of Bazel the `main` branch is tested against is `7.3.1`. Previous versions may still be functional in certain environments, but this is the minimum version we strive to fully support.
114114

115115
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.
116116

0 commit comments

Comments
 (0)