From 53b281ae1b0d12e0febc92d72e1ef2dd7fd9c580 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Tue, 6 Jul 2021 15:31:08 +0200 Subject: [PATCH] build: remove outdated note when updating bazel version (#42760) We removed `bazel-toolchains` from the repository since dev-infra provides the RBE platforms now (in a way where they are not reliant on the Bazel version), so the comment in `.bazelversion` can be removed. PR Close #42760 --- .bazelversion | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bazelversion b/.bazelversion index 21e00cfe03..fcdb2e109f 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,3 +1 @@ 4.0.0 -# [NB: this comment has to be after the first line, see https://github.com/bazelbuild/bazelisk/issues/117] -# When updating the Bazel version you also need to update the RBE toolchains version in package.bzl