Merge pull request #35196 from yongtang:35179-boringssl
PiperOrigin-RevId: 302681688 Change-Id: Id5810d6b9080954b9e1e4d83750e22aaf13ed745
This commit is contained in:
commit
794cb200e5
@ -633,12 +633,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
|||||||
|
|
||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
name = "boringssl",
|
name = "boringssl",
|
||||||
sha256 = "1188e29000013ed6517168600fc35a010d58c5d321846d6a6dfee74e4c788b45",
|
sha256 = "a9c3b03657d507975a32732f04563132b4553c20747cec6dc04de475c8bdf29f",
|
||||||
strip_prefix = "boringssl-7f634429a04abc48e2eb041c81c5235816c96514",
|
strip_prefix = "boringssl-80ca9f9f6ece29ab132cce4cf807a9465a18cfac",
|
||||||
system_build_file = clean_dep("//third_party/systemlibs:boringssl.BUILD"),
|
system_build_file = clean_dep("//third_party/systemlibs:boringssl.BUILD"),
|
||||||
urls = [
|
urls = [
|
||||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/boringssl/archive/7f634429a04abc48e2eb041c81c5235816c96514.tar.gz",
|
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/boringssl/archive/80ca9f9f6ece29ab132cce4cf807a9465a18cfac.tar.gz",
|
||||||
"https://github.com/google/boringssl/archive/7f634429a04abc48e2eb041c81c5235816c96514.tar.gz",
|
"https://github.com/google/boringssl/archive/80ca9f9f6ece29ab132cce4cf807a9465a18cfac.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user