From c6f06c2f1b17508670601894378bb89b71fbe37e Mon Sep 17 00:00:00 2001 From: bzhaoopenstack Date: Tue, 23 Jun 2020 12:04:12 +0800 Subject: [PATCH] Add arm source file into aws-checksums According to https://github.com/tensorflow/tensorflow/issues/40463#issuecomment-647640030 , seem the aws libs need to add the arm related libs during build tensorflow package. --- third_party/aws/aws-checksums.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/aws/aws-checksums.bazel b/third_party/aws/aws-checksums.bazel index 759cb2e6fc..f620a96d2c 100644 --- a/third_party/aws/aws-checksums.bazel +++ b/third_party/aws/aws-checksums.bazel @@ -16,6 +16,7 @@ cc_library( "//conditions:default": [], }) + glob([ "source/intel/*.c", + "source/arm/*.c", "source/*.c", ]), hdrs = glob([ -- 2.23.0