Skip to content

Commit 9a6a535

Browse files
liyuying0000copybara-github
authored andcommitted
Internal changes
PiperOrigin-RevId: 895394285 Change-Id: I9b7812f331ff5957affaa4fa264b85e464c9fa0a
1 parent ad8ef40 commit 9a6a535

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,13 @@ use_repo(pip, "fleetbench_pip_deps")
5353

5454
# Flate
5555
http_archive(
56-
name = "chromium_zlib", # 2023-08-11
56+
name = "chromium_zlib", # 2026-02-17
5757
build_file = "//fleetbench/compression:zlib.BUILD",
58-
# sha256 is not stable for googlesource.com
59-
urls = ["https://chromium.googlesource.com/chromium/src/third_party/zlib/+archive/f5fd0ad2663e239a31184ad4c9919991dda16f46.tar.gz"],
58+
sha256 = "8e2657298e19e4df9d97591531a7dc5b764ca00a4c4debbb92d9cc0a9936d81a",
59+
urls = [
60+
"https://storage.googleapis.com/tensorstore-bazel-mirror/chromium.googlesource.com/chromium/src/third_party/zlib/+archive/7eda07b1e067ef3fd7eea0419c88b5af45c9a776.tar.gz",
61+
"https://chromium.googlesource.com/chromium/src/third_party/zlib/+archive/7eda07b1e067ef3fd7eea0419c88b5af45c9a776.tar.gz",
62+
],
6063
)
6164

6265
http_archive(

0 commit comments

Comments
 (0)