From e2ca0075a8bdf5de7809ea857a721bf1c2d1a40b Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 16 Jan 2020 03:30:12 -0500 Subject: [PATCH] update check_submodules.sh and grpc_deps.bzl --- bazel/grpc_deps.bzl | 2 +- tools/run_tests/sanity/check_submodules.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl index be2c9351581..82591f26674 100644 --- a/bazel/grpc_deps.bzl +++ b/bazel/grpc_deps.bzl @@ -131,7 +131,7 @@ def grpc_deps(): name = "boringssl", # NOTE: This URL generates a tarball containing dynamic date # information, so the sha256 is not consistent. - url = "https://boringssl.googlesource.com/boringssl/+archive/d471142fdb8dd60df4d04ffc6d232c2f1da0cd80.tar.gz", + url = "https://boringssl.googlesource.com/boringssl/+archive/b9f169e17e93376fabde492cd57b9ba251ebae8a.tar.gz", ) if "zlib" not in native.existing_rules(): diff --git a/tools/run_tests/sanity/check_submodules.sh b/tools/run_tests/sanity/check_submodules.sh index 65c6d58499b..104da0c9f89 100755 --- a/tools/run_tests/sanity/check_submodules.sh +++ b/tools/run_tests/sanity/check_submodules.sh @@ -29,7 +29,7 @@ cat << EOF | awk '{ print $1 }' | sort > "$want_submodules" a2e6adecc294dc4cd98cc285a9134ce58e0f2ad0 third_party/abseil-cpp (heads/master) 090faecb454fbd6e6e17a75ef8146acb037118d4 third_party/benchmark (v1.5.0) 73594cde8c9a52a102c4341c244c833aa61b9c06 third_party/bloaty (remotes/origin/wide-14-g73594cd) - d471142fdb8dd60df4d04ffc6d232c2f1da0cd80 third_party/boringssl-with-bazel (remotes/origin/master-with-bazel) + b9f169e17e93376fabde492cd57b9ba251ebae8a third_party/boringssl-with-bazel (remotes/origin/master-with-bazel) e982924acee7f7313b4baa4ee5ec000c5e373c30 third_party/cares/cares (cares-1_15_0) c83ed7ea9eb5fb3b93d1ad52b59750f1958b8bde third_party/envoy-api (heads/master) 28f50e0fed19872e0fd50dd23ce2ee8cd759338e third_party/gflags (v2.2.0-5-g30dbc81)