Skip to content

Commit 9838f1e

Browse files
authored
[Thirdparty] Fix aarch64 gcc11 build failure. (#19)
1 parent b0441f9 commit 9838f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow_serving/workspace.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def tf_serving_workspace():
4848
# ===== Override TF defined `com_google_absl` (we need a recent version).
4949
tf_http_archive(
5050
name = "com_google_absl",
51+
patch_file = str(Label("@org_tensorflow//third_party:0001-abseil.patch")),
5152
build_file = str(Label("@org_tensorflow//third_party:com_google_absl.BUILD")),
5253
sha256 = "b6aa25c8283cca9de282bb7f5880b04492af76213b2f48c135c4963c6333a21e",
5354
strip_prefix = "abseil-cpp-36d37ab992038f52276ca66b9da80c1cf0f57dc2",

0 commit comments

Comments
 (0)