From 82af356b4c804e10e6bde0319f1cb3f64bc30d42 Mon Sep 17 00:00:00 2001 From: Qiao Zhang Date: Thu, 10 Sep 2020 10:10:33 -0700 Subject: [PATCH] Bump TF hash to get an upstream LLVM GCC fix. (#4251) --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index cf911da39..08ecf91d7 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -28,10 +28,10 @@ http_archive( # and update the sha256 with the result. http_archive( name = "org_tensorflow", - sha256 = "8cae9dfecd254177b9029208c40abaaa4974909f05b6e07e9672da0cc74ba132", - strip_prefix = "tensorflow-1bee182c9b0f89d5602bd83a29ec91c7c1ef2449", + sha256 = "012a1f4858d01224e59479d400ab09c05381aae9233e30cf7083d1eb371dd1d2", + strip_prefix = "tensorflow-28c8ecf51efe205511577c9b251be5f0771a84bc", urls = [ - "https://github.com/tensorflow/tensorflow/archive/1bee182c9b0f89d5602bd83a29ec91c7c1ef2449.tar.gz", + "https://github.com/tensorflow/tensorflow/archive/28c8ecf51efe205511577c9b251be5f0771a84bc.tar.gz", ], )