mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
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:
parent
1bef3e80b5
commit
71e640f242
|
|
@ -1,2 +1,2 @@
|
|||
7.4.1
|
||||
7.7.0
|
||||
# NOTE: Update Bazel version in tensorflow/tools/ci_build/release/common.sh.oss
|
||||
|
|
@ -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}')
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
2
third_party/xla/.bazelversion
vendored
2
third_party/xla/.bazelversion
vendored
|
|
@ -1 +1 @@
|
|||
7.4.1
|
||||
7.7.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user