Skip to content

Commit 85d93f3

Browse files
authored
chore(deps): update boringssl version (#10721)
1 parent 64c4e40 commit 85d93f3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

bazel/google_cloud_cpp_deps.bzl

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,18 @@ def google_cloud_cpp_deps():
112112
sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de",
113113
)
114114

115-
# Load BoringSSL, this is used by gRPC, but as I write this (2021-06-03, circa gRPC-1.37.1), the version used by
116-
# gRPC does not compile with GCC-11
115+
# Load BoringSSL. This could be automatically loaded by gRPC. But as of
116+
# 2023-02-01 the version loaded by gRPC-1.51 does not compile with Clang-15.
117117
if "boringssl" not in native.existing_rules():
118118
http_archive(
119119
name = "boringssl",
120120
# Use github mirror instead of https://boringssl.googlesource.com/boringssl
121-
# to obtain a boringssl archive with consistent sha256
122-
sha256 = "f0f433106f98f6f50ed6bbc2169f7c42dd73d13d0f09d431082519b5649903a6",
123-
strip_prefix = "boringssl-56eb68f64215738552be452e311da12047934ab4",
121+
# to obtain a boringssl archive with (more) consistent sha256.
122+
sha256 = "9fd35463f2053a75818e02c7da980819a2d89f586f6add1b36957478d83536b9",
123+
strip_prefix = "boringssl-487d3f153b0f5cf36ad4e2948c06f0bce76c100d",
124124
urls = [
125-
"https://github.com/google/boringssl/archive/56eb68f64215738552be452e311da12047934ab4.tar.gz",
125+
"https://github.com/google/boringssl/archive/487d3f153b0f5cf36ad4e2948c06f0bce76c100d.tar.gz",
126+
"https://storage.googleapis.com/cloud-cpp-community-archive/boringssl/487d3f153b0f5cf36ad4e2948c06f0bce76c100d.tar.gz",
126127
],
127128
)
128129

0 commit comments

Comments
 (0)