Skip to content

Commit

Permalink
[DeepRec] Fix build break which caused by patch file. (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Peng <jiankeng.pt@alibaba-inc.com>
  • Loading branch information
shanshanpt authored May 30, 2023
1 parent f3fb6e5 commit d7c3f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_serving/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def tf_serving_workspace():
# ===== Override TF defined `com_google_absl` (we need a recent version).
tf_http_archive(
name = "com_google_absl",
patch_file = str(Label("@org_tensorflow//third_party:0001-abseil.patch")),
patch_file = [str(Label("@org_tensorflow//third_party:0001-abseil.patch"))],
build_file = str(Label("@org_tensorflow//third_party:com_google_absl.BUILD")),
sha256 = "b6aa25c8283cca9de282bb7f5880b04492af76213b2f48c135c4963c6333a21e",
strip_prefix = "abseil-cpp-36d37ab992038f52276ca66b9da80c1cf0f57dc2",
Expand Down

0 comments on commit d7c3f5b

Please sign in to comment.