@@ -121,6 +121,7 @@ def _cc_deps():
121121 # Dependencies with native bazel build files.
122122
123123 _bazel_repo ("upb" )
124+ _bazel_repo ("com_google_flatbuffers" , patches = ["//bazel/external:flatbuffers_local_changes.patch" ], patch_args = ["-p1" ])
124125 _bazel_repo ("com_google_protobuf" , patches = ["//bazel/external:protobuf_text_format_v31_part1.patch" , "//bazel/external:protobuf_text_format_v31_part2.patch" , "//bazel/external:protobuf_py_proto_library.patch" ], patch_args = ["-p1" ])
125126 # _bazel_repo("com_google_protobuf", patches = ["//bazel/external:protobuf_text_format.patch", "//bazel/external:protobuf_warning.patch"], patch_args = ["-p1"])
126127 _bazel_repo ("com_github_grpc_grpc" , patches = ["//bazel/external:grpc_go_toolchain.patch" ], patch_args = ["-p1" ])
@@ -133,17 +134,11 @@ def _cc_deps():
133134 _bazel_repo ("com_github_google_glog" )
134135 _bazel_repo ("com_google_absl" )
135136 _bazel_repo ("abseil-cpp" ) # Alias for gRPC/Protobuf
136- _bazel_repo ("com_google_flatbuffers" )
137137 _bazel_repo ("cpuinfo" , patches = ["//bazel/external:cpuinfo.patch" ], patch_args = ["-p1" ])
138138 # _bazel_repo("org_tensorflow", patches = ["//bazel/external:tensorflow_disable_llvm.patch", "//bazel/external:tensorflow_disable_mirrors.patch", "//bazel/external:tensorflow_disable_py.patch"], patch_args = ["-p1"])
139- _bazel_repo ("org_tensorflow" , patches = ["//bazel/external:tensorflow_disable_py_v2.20.patch" ], patch_args = ["-p1" ])
139+ # _bazel_repo("org_tensorflow", patches = ["//bazel/external:tensorflow_disable_py_v2.20.patch"], patch_args = ["-p1"])
140+ _bazel_repo ("org_tensorflow" , patches = ["//bazel/external:tensorflow_local_changes.patch" ], patch_args = ["-p1" ])
140141
141- # Stub CUDA repository for TensorFlow (we don't need CUDA support)
142- native .new_local_repository (
143- name = "local_config_cuda" ,
144- path = "bazel/external/local_config_cuda" ,
145- build_file_content = "" ,
146- )
147142 _bazel_repo ("com_github_neargye_magic_enum" )
148143 _bazel_repo ("com_github_thoughtspot_threadstacks" )
149144 _bazel_repo ("com_googlesource_code_re2" , patches = ["//bazel/external:re2_warning.patch" ], patch_args = ["-p1" ])
0 commit comments