From eaa29b61f9b6e19a61801bd8bb603e25aad7c720 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Sat, 17 Aug 2019 00:11:34 +0000 Subject: [PATCH] review: add instructions on how to find the relevant commit. Signed-off-by: Piotr Sikora --- bazel/repository_locations.bzl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 526e6f9dbe28..005d26cd1f23 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -9,10 +9,14 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://github.com/bazelbuild/bazel-toolchains/archive/0.28.5.tar.gz"], ), boringssl = dict( - # Use commits from branch "master-with-bazel" sha256 = "c712766ddc844de2a38e686e1cdd7288795e9a6fe7f699c6636f1b76703db84e", strip_prefix = "boringssl-265728decec4370cd02b941f72fba9f0735e2923", - # chromium-77.0.3865.37 (BETA) + # To update BoringSSL, which tracks Chromium releases: + # 1. Open https://omahaproxy.appspot.com/ and note of linux/beta release. + # 2. Open https://chromium.googlesource.com/chromium/src/+/refs/tags//DEPS and note . + # 3. Find a commit in BoringSSL's "master-with-bazel" branch that merges . + # + # chromium-77.0.3865.35 (BETA) urls = ["https://github.com/google/boringssl/archive/265728decec4370cd02b941f72fba9f0735e2923.tar.gz"], ), boringssl_fips = dict(