Skip to content

Commit afab6c2

Browse files
committed
WORKSPACE: upgrade zlib
This version of `zlib` is not compatible with new versions of `clang`/ the stdlib included with the latest XCode. Epic: none Release note: None
1 parent 02912b5 commit afab6c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,10 @@ http_archive(
424424
http_archive(
425425
name = "zlib",
426426
build_file = "@com_google_protobuf//:third_party/zlib.BUILD",
427-
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
428-
strip_prefix = "zlib-1.2.11",
427+
sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23",
428+
strip_prefix = "zlib-1.3.1",
429429
urls = [
430-
"https://storage.googleapis.com/public-bazel-artifacts/zlib/zlib-1.2.11.tar.gz",
430+
"https://storage.googleapis.com/public-bazel-artifacts/zlib/zlib-1.3.1.tar.gz",
431431
],
432432
)
433433

build/bazelutil/distdir_files.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1260,5 +1260,5 @@ DISTDIR_FILES = {
12601260
"https://storage.googleapis.com/public-bazel-artifacts/js/rules_nodejs-core-5.8.2.tar.gz": "764a3b3757bb8c3c6a02ba3344731a3d71e558220adcb0cf7e43c9bba2c37ba8",
12611261
"https://storage.googleapis.com/public-bazel-artifacts/js/rules_ts-v1.4.0.tar.gz": "ace5b609603d9b5b875d56c9c07182357c4ee495030f40dcefb10d443ba8c208",
12621262
"https://storage.googleapis.com/public-bazel-artifacts/python/six-1.10.0.tar.gz": "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a",
1263-
"https://storage.googleapis.com/public-bazel-artifacts/zlib/zlib-1.2.11.tar.gz": "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
1263+
"https://storage.googleapis.com/public-bazel-artifacts/zlib/zlib-1.3.1.tar.gz": "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23",
12641264
}

0 commit comments

Comments
 (0)