Update Bazel version to 7.7.0.

This change updates the Bazel version used in TensorFlow, JAX, and XLA projects from 7.4.1 to 7.7.0 in `.bazelversion` files and build scripts.

PiperOrigin-RevId: 826075658
This commit is contained in:
Yun Peng 2025-10-30 09:53:03 -07:00 committed by TensorFlower Gardener
parent 1bef3e80b5
commit 71e640f242
4 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
7.4.1
7.7.0
# NOTE: Update Bazel version in tensorflow/tools/ci_build/release/common.sh.oss

View File

@ -14,7 +14,7 @@
# limitations under the License.
# ==============================================================================
BAZEL_VERSION="7.4.1"
BAZEL_VERSION="7.7.0"
set +e
local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')

View File

@ -17,7 +17,7 @@
# Keeps Bazel versions of the build scripts.
# LINT.IfChange
LATEST_BAZEL_VERSION=7.4.1
LATEST_BAZEL_VERSION=7.7.0
# LINT.ThenChange(
# //tf_keras/google/kokoro/pip/build_and_upload_pip_package.sh,
# //tensorflow/opensource_only/.bazelversion,

View File

@ -1 +1 @@
7.4.1
7.7.0