aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-05-07 20:05:23 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-05-08 08:22:25 +0200
commit7f0a4ba0274dd00b290090f6b5474ba1ba14fbac (patch)
tree4e95c0f5c796633ff0eaad9aa76578702f77b8c9 /bazel
parent19145e71dca46cfce1b9ff89bc0ade686886b3b0 (diff)
bump boringssl-with-bazel to latest chromium-stable-with-bazel
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_deps.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl
index 3c69a6bc52..1e3d83d06a 100644
--- a/bazel/grpc_deps.bzl
+++ b/bazel/grpc_deps.bzl
@@ -70,8 +70,8 @@ def grpc_deps():
if "boringssl" not in native.existing_rules():
native.http_archive(
name = "boringssl",
- # on the master-with-bazel branch
- url = "https://boringssl.googlesource.com/boringssl/+archive/886e7d75368e3f4fab3f4d0d3584e4abfc557755.tar.gz",
+ # on the chromium-stable-with-bazel branch
+ url = "https://boringssl.googlesource.com/boringssl/+archive/dcd3e6e6ecddf059adb48fca45bc7346a108bdd9.tar.gz",
)
if "com_github_madler_zlib" not in native.existing_rules():