aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-07 01:02:05 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-07 01:02:05 -0700
commit3160e12b38fefdae961737a0d8fb0a7993ca4c50 (patch)
tree31a98211276aea8029a25cd95c6dd54e05c92474 /tensorflow/workspace.bzl
parente8adf96abcf03a02440d565b67fdf48e0d98860b (diff)
parent578da8225cc558c495cb45be383421e7b4201b42 (diff)
Merge pull request #20791 from wdirons:patch_boringssl_for_ppc64le
PiperOrigin-RevId: 207673964
Diffstat (limited to 'tensorflow/workspace.bzl')
-rw-r--r--tensorflow/workspace.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 1ed56975ef..f9c26fb963 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -521,11 +521,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "boringssl",
urls = [
- "https://mirror.bazel.build/github.com/google/boringssl/archive/f4fa779521475a98c1586dff349eb44934d5f281.tar.gz",
- "https://github.com/google/boringssl/archive/f4fa779521475a98c1586dff349eb44934d5f281.tar.gz",
+ "https://mirror.bazel.build/github.com/google/boringssl/archive/45c4a87ae97eb95a8fc2906c035d6a8d0e02e1b8.tar.gz",
+ "https://github.com/google/boringssl/archive/45c4a87ae97eb95a8fc2906c035d6a8d0e02e1b8.tar.gz",
],
- sha256 = "813d3ae5a11f8391941f716172c4438f888953d9f15ab609e1ee8f291a4e42d9",
- strip_prefix = "boringssl-f4fa779521475a98c1586dff349eb44934d5f281",
+ sha256 = "972e8d8a9d1daf9892fff7155312b1af46b4754446575a7b285e62f917424c78",
+ strip_prefix = "boringssl-45c4a87ae97eb95a8fc2906c035d6a8d0e02e1b8",
)
tf_http_archive(