From 9f8f5021be53bb34ef3185ccb139718bcd0c685f Mon Sep 17 00:00:00 2001 From: Rosica Dejanovska Date: Mon, 4 Sep 2023 11:05:55 +0200 Subject: [PATCH 1/2] Bump min Bazel version to 6.3 --- .bazelci/presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 302944f281..4cf55ba37e 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -221,7 +221,7 @@ tasks: ubuntu1804: name: "Min Bazel Version" # If updating the minimum bazel version, please also update /docs/index.md - bazel: "6.0.0" + bazel: "6.3.0" platform: ubuntu1804 build_targets: *default_linux_targets test_targets: *default_linux_targets @@ -229,7 +229,7 @@ tasks: post_shell_commands: *coverage_validation_post_shell_commands ubuntu1804_with_aspects: name: "Min Bazel Version With Aspects" - bazel: "6.0.0" + bazel: "6.3.0" platform: ubuntu1804 build_targets: *default_linux_targets test_targets: *default_linux_targets From 0d0fe8775df0087a1eac6971da5197491d715e53 Mon Sep 17 00:00:00 2001 From: Rosica Dejanovska Date: Mon, 4 Sep 2023 15:03:38 +0200 Subject: [PATCH 2/2] Update docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ab982657e1..e20d709489 100644 --- a/docs/index.md +++ b/docs/index.md @@ -93,7 +93,7 @@ Failure to do so will result in rules attempting to match a `stable` toolchain w ## Supported bazel versions -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. +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. 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.