Skip to content

Commit 82af356

Browse files
authored
Bump TF hash to get an upstream LLVM GCC fix. (#4251)
1 parent cf65f6b commit 82af356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ http_archive(
2828
# and update the sha256 with the result.
2929
http_archive(
3030
name = "org_tensorflow",
31-
sha256 = "8cae9dfecd254177b9029208c40abaaa4974909f05b6e07e9672da0cc74ba132",
32-
strip_prefix = "tensorflow-1bee182c9b0f89d5602bd83a29ec91c7c1ef2449",
31+
sha256 = "012a1f4858d01224e59479d400ab09c05381aae9233e30cf7083d1eb371dd1d2",
32+
strip_prefix = "tensorflow-28c8ecf51efe205511577c9b251be5f0771a84bc",
3333
urls = [
34-
"https://github.com/tensorflow/tensorflow/archive/1bee182c9b0f89d5602bd83a29ec91c7c1ef2449.tar.gz",
34+
"https://github.com/tensorflow/tensorflow/archive/28c8ecf51efe205511577c9b251be5f0771a84bc.tar.gz",
3535
],
3636
)
3737

0 commit comments

Comments
 (0)