File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 https://github.com/tensorflow/tensorflow/blob/master/tensorflow/workspace2.bzl
4343 (but for the currently used release, not master)
4444 -->
45- <protobuf .version>3.21.9 </protobuf .version>
45+ <protobuf .version>4.28.3 </protobuf .version>
4646
4747 <native .classifier>${javacpp.platform}${javacpp.platform.extension} </native .classifier>
4848 <javacpp .platform.extension></javacpp .platform.extension>
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ java_proto_library(
44 name = "java_proto_gen_sources" ,
55 deps = [
66 "@org_tensorflow//tensorflow/core:protos_all" ,
7- "@local_xla//xla/tsl/protobuf:bfc_memory_map_proto" ,
8- "@local_xla//xla/tsl/protobuf:test_log_proto" ,
9- #"@local_tsl//tsl/protobuf:protos_all"
7+ "@local_xla//xla/tsl/protobuf:protos_all"
108 ]
119)
Original file line number Diff line number Diff line change 22set -eu
33
44# Set generic Bazel build options
5- export BAZEL_USE_CPP_ONLY_TOOLCHAIN=1
65export BAZEL_VC=" ${VCINSTALLDIR:- } "
76if [[ -d $BAZEL_VC ]]; then
87 export BUILD_FLAGS=" --output_user_root=$( cygpath -w $TMP ) build"
You can’t perform that action at this time.
0 commit comments