Skip to content

Commit 1a14cec

Browse files
committed
Update Bazel skylib. I think this should fix the error our release build is seeing.
PiperOrigin-RevId: 301423967
1 parent 251ad96 commit 1a14cec

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

WORKSPACE

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ http_archive(
1212
],
1313
)
1414

15+
# https://github.com/bazelbuild/bazel-skylib/releases
1516
http_archive(
1617
name = "bazel_skylib",
17-
sha256 = "2ef429f5d7ce7111263289644d233707dba35e39696377ebab8b0bc701f7818e",
18-
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/0.8.0/bazel-skylib.0.8.0.tar.gz"],
18+
sha256 = "1dde365491125a3db70731e25658dfdd3bc5dbdfd11b840b3e987ecf043c7ca0",
19+
urls = [
20+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/bazelbuild/bazel-skylib/releases/download/0.9.0/bazel_skylib-0.9.0.tar.gz",
21+
"https://github.com/bazelbuild/bazel-skylib/releases/download/0.9.0/bazel_skylib-0.9.0.tar.gz",
22+
],
1923
)
2024

2125
http_archive(

0 commit comments

Comments
 (0)