File tree Expand file tree Collapse file tree
tensorflow-core/tensorflow-core-native Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ http_archive(
1515 patch_args = ["-p1" ],
1616 patch_cmds = [
1717 "find tensorflow third_party/xla/third_party/tsl -name \\ *.proto | xargs sed -i.bak '/^option java_package/d'" ,
18- "find tensorflow third_party/xla/third_party/tsl -name \\ *.proto | xargs sed -i.bak 's/^package tensorflow\\ ([^;\\ s ]*\\ ).*$/package tensorflow\\ 1;\\ roption java_package = \" org.tensorflow.proto\\ 1\" ;/'" ,
18+ "find tensorflow third_party/xla/third_party/tsl -name \\ *.proto | xargs sed -i.bak 's/^package tensorflow\\ ([^;]*\\ ).*$/package tensorflow\\ 1;\\ noption java_package = \" org.tensorflow.proto\\ 1\" ;/'" ,
1919 ],
2020 urls = [
2121 "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.15.0.tar.gz" ,
@@ -115,4 +115,4 @@ tf_workspace1()
115115
116116load ("@org_tensorflow//tensorflow:workspace0.bzl" , "tf_workspace0" )
117117
118- tf_workspace0 ()
118+ tf_workspace0 ()
Original file line number Diff line number Diff line change 11#! /bin/bash
2- ${BAZEL_CMD:= bazel} clean
2+ set -eu
3+ source $( pwd -P) /scripts/bazel_common.sh
4+ ${BAZEL_CMD:= bazel} clean
You can’t perform that action at this time.
0 commit comments