@@ -56,3 +56,59 @@ def tf_serving_workspace():
5656 "https://github.com/abseil/abseil-cpp/archive/36d37ab992038f52276ca66b9da80c1cf0f57dc2.tar.gz" ,
5757 ],
5858 )
59+
60+ http_archive (
61+ name = "aws_c_common" ,
62+ build_file = str (Label ("//third_party/aws_util:aws_c_common.BUILD" )),
63+ sha256 = "e9462a141b5db30006704f537d19b92357a59be38d590272e6118976b0356ccd" ,
64+ strip_prefix = "aws-c-common-0.7.4" ,
65+ urls = [
66+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/awslabs/aws-c-common/archive/refs/tags/v0.7.4.tar.gz" ,
67+ "https://github.com/awslabs/aws-c-common/archive/refs/tags/v0.7.4.tar.gz" ,
68+ ],
69+ )
70+
71+ http_archive (
72+ name = "aws_c_io" ,
73+ build_file = str (Label ("//third_party/aws_util:aws_c_io.BUILD" )),
74+ sha256 = "b60270d23b6e2f4a5d80e64ca6538ba114cd6044b53752964c940f87e59bf0d9" ,
75+ strip_prefix = "aws-c-io-0.11.2" ,
76+ urls = [
77+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/awslabs/aws-c-io/archive/refs/tags/v0.11.2.tar.gz" ,
78+ "https://github.com/awslabs/aws-c-io/archive/refs/tags/v0.11.2.tar.gz" ,
79+ ],
80+ )
81+
82+ http_archive (
83+ name = "aws_c_event_stream" ,
84+ build_file = str (Label ("//third_party/aws_util:aws_c_event_stream.BUILD" )),
85+ sha256 = "bae0c762b6a4b779a0db0f4730512da6cb500e76681ffdcb9f7286d8e26e547a" ,
86+ strip_prefix = "aws-c-event-stream-0.2.6" ,
87+ urls = [
88+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/awslabs/aws-c-event-stream/archive/refs/tags/v0.2.6.tar.gz" ,
89+ "https://github.com/awslabs/aws-c-event-stream/archive/refs/tags/v0.2.6.tar.gz" ,
90+ ],
91+ )
92+
93+ http_archive (
94+ name = "aws_checksums" ,
95+ build_file = str (Label ("//third_party/aws_util:aws_checksums.BUILD" )),
96+ sha256 = "394723034b81cc7cd528401775bc7aca2b12c7471c92350c80a0e2fb9d2909fe" ,
97+ strip_prefix = "aws-checksums-0.1.12" ,
98+ urls = [
99+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/awslabs/aws-checksums/archive/refs/tags/v0.1.12.tar.gz" ,
100+ "https://github.com/awslabs/aws-checksums/archive/refs/tags/v0.1.12.tar.gz" ,
101+ ],
102+ )
103+
104+ http_archive (
105+ name = "aws_c_cal" ,
106+ build_file = str (Label ("//third_party/aws_util:aws_c_cal.BUILD" )),
107+ sha256 = "40297da04443d4ee2988d1c5fb0dc4a156d0e4cfaf80e6a1df1867452566d540" ,
108+ strip_prefix = "aws-c-cal-0.5.17" ,
109+ urls = [
110+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/awslabs/aws-c-cal/archive/refs/tags/v0.5.17.tar.gz" ,
111+ "https://github.com/awslabs/aws-c-cal/archive/refs/tags/v0.5.17.tar.gz" ,
112+ ],
113+ )
114+
0 commit comments