Skip to content

Commit 9a64e01

Browse files
Upgrade to Bazel 7.4.1
- Disabled Bzlmod for now before we start the migration - Disabled cc toolchain resolution for now - Fixed transition on `--modify_execution_info` due to bazelbuild/bazel#16262 - Explicitly added `-Wl,-undefined,dynamic_lookup` as linkopt on macOS after bazelbuild/bazel#16414 - Set `-force_no_whole_archive` for host features - Addressed Windows linking issue by adding `@com_googlesource_code_re2//:__subpackages__` in `exports_filter` of `//tensorflow/python:pywrap_tensorflow_internal` - Removed `license` attribute on cc_shared_library - Fixed license checks PiperOrigin-RevId: 726036888
1 parent 1747176 commit 9a64e01

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Disable Bzlmod for now
2+
common --noenable_bzlmod
3+
14
# Load the TensorFlow bazelrc
25
import %workspace%/tensorflow.bazelrc
36
import %workspace%/warnings.bazelrc

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.0
1+
7.4.1

0 commit comments

Comments
 (0)