update boringssl dependency to master-with-bazel commit SHA

pull/25358/head
Lidi Zheng 4 years ago
parent 47ca41f473
commit 8d5977b142
  1. 7
      bazel/grpc_deps.bzl
  2. 2
      third_party/boringssl-with-bazel
  3. 2
      tools/run_tests/sanity/check_submodules.sh

@ -151,11 +151,10 @@ def grpc_deps():
name = "boringssl",
# Use github mirror instead of https://boringssl.googlesource.com/boringssl
# to obtain a boringssl archive with consistent sha256
sha256 = "e8c02bb7043644dc138e422a9a3412108732b6ff30590db4a05664476b209c03",
strip_prefix = "boringssl-29c6e0e27268f5a43e039cd2ed4e849d6b736fc1",
sha256 = "1df9afa2b2cd5eec7909d0a4b0050f20da7bbe45d1f1f6055cdccd794cb5cb77",
strip_prefix = "boringssl-de220fb27fa5d0cf51da8d3d06f33bcb1b1b1146",
urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/29c6e0e27268f5a43e039cd2ed4e849d6b736fc1.tar.gz",
"https://github.com/google/boringssl/archive/29c6e0e27268f5a43e039cd2ed4e849d6b736fc1.tar.gz",
"https://github.com/google/boringssl/archive/de220fb27fa5d0cf51da8d3d06f33bcb1b1b1146.tar.gz",
],
)

@ -1 +1 @@
Subproject commit 29c6e0e27268f5a43e039cd2ed4e849d6b736fc1
Subproject commit de220fb27fa5d0cf51da8d3d06f33bcb1b1b1146

@ -29,7 +29,7 @@ cat << EOF | awk '{ print $1 }' | sort > "$want_submodules"
6f9d96a1f41439ac172ee2ef7ccd8edf0e5d068c third_party/abseil-cpp (heads/master)
090faecb454fbd6e6e17a75ef8146acb037118d4 third_party/benchmark (v1.5.0)
73594cde8c9a52a102c4341c244c833aa61b9c06 third_party/bloaty (remotes/origin/wide-14-g73594cd)
29c6e0e27268f5a43e039cd2ed4e849d6b736fc1 third_party/boringssl-with-bazel (remotes/origin/master-with-bazel)
de220fb27fa5d0cf51da8d3d06f33bcb1b1b1146 third_party/boringssl-with-bazel (remotes/origin/master-with-bazel)
e982924acee7f7313b4baa4ee5ec000c5e373c30 third_party/cares/cares (cares-1_15_0)
9997e1137cdb59e622af13e57ca915a2f3c9f84f third_party/envoy-api (heads/master)
80ed4d0bbf65d57cc267dfc63bd2584557f11f9b third_party/googleapis (common-protos-1_3_1-915-g80ed4d0bb)

Loading…
Cancel
Save