Skip to content

Commit 83c6d84

Browse files
yongtanggunan
authored andcommitted
Update re2 to versioned release 2018-04-01 (tensorflow#20185)
This fix updates re2 to the most versioned release of 2018-04-01. (The version used in tf before was released last year and was not a versioned release.) Signed-off-by: Yong Tang <[email protected]>
1 parent 82a8b1b commit 83c6d84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tensorflow/workspace.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
155155
tf_http_archive(
156156
name = "com_googlesource_code_re2",
157157
urls = [
158-
"https://mirror.bazel.build/github.com/google/re2/archive/26cd968b735e227361c9703683266f01e5df7857.tar.gz",
159-
"https://github.com/google/re2/archive/26cd968b735e227361c9703683266f01e5df7857.tar.gz",
158+
"https://mirror.bazel.build/github.com/google/re2/archive/2018-04-01.tar.gz",
159+
"https://github.com/google/re2/archive/2018-04-01.tar.gz",
160160

161161
],
162-
sha256 = "e57eeb837ac40b5be37b2c6197438766e73343ffb32368efea793dfd8b28653b",
163-
strip_prefix = "re2-26cd968b735e227361c9703683266f01e5df7857",
162+
sha256 = "2f945446b71336e7f5a2bcace1abcf0b23fbba368266c6a1be33de3de3b3c912",
163+
strip_prefix = "re2-2018-04-01",
164164
)
165165

166166
tf_http_archive(

0 commit comments

Comments
 (0)