Skip to content

Commit bfc1915

Browse files
cantoniostf-text-github-robot
authored andcommitted
Update ICU version to latest.
New code has been added to TF-text that relies on new features. PiperOrigin-RevId: 781106450
1 parent 105720d commit bfc1915

File tree

2 files changed

+4
-74
lines changed

2 files changed

+4
-74
lines changed

WORKSPACE

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "icu",
7-
strip_prefix = "icu-release-64-2",
8-
sha256 = "dfc62618aa4bd3ca14a3df548cd65fe393155edd213e49c39f3a30ccd618fc27",
7+
strip_prefix = "icu-release-77-1",
8+
integrity = "sha256-5CS6UoLZWtOLUmOaCPuCFk8LDL1/F7U64WvxT4VBhV8=",
99
urls = [
10-
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-64-2.zip",
11-
"https://github.com/unicode-org/icu/archive/release-64-2.zip",
10+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-77-1.zip",
11+
"https://github.com/unicode-org/icu/archive/release-77-1.zip",
1212
],
1313
build_file = "//third_party/icu:BUILD.bzl",
14-
patches = ["//third_party/icu:udata.patch"],
15-
patch_args = ["-p1"],
1614
)
1715

1816
http_archive(

third_party/icu/udata.patch

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)