File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -106,3 +106,7 @@ build --copt=-Wno-macro-redefined # absl vs tsl logging clash
106
106
build --copt=-Wno-sign-compare # int as loop variable
107
107
build --copt=-Wno-deprecated-declarations
108
108
build --copt=-Wno-unused-but-set-variable # due to `ifdefs` in ml_dtypes
109
+
110
+ # Revert to the legacy WORKSPACE dependency resolution system
111
+ # and disable Bzlmod.
112
+ common --enable_bzlmod=false
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ tf_serving_workspace()
38
38
39
39
# Check bazel version requirement, which is stricter than TensorFlow's.
40
40
load ("@bazel_skylib//lib:versions.bzl" , "versions" )
41
- versions .check ("6.5.0 " )
41
+ versions .check ("7.4.1 " )
42
42
43
43
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
44
44
You can’t perform that action at this time.
0 commit comments