Skip to content

Commit

Permalink
review: add instructions on how to find the relevant commit.
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
  • Loading branch information
PiotrSikora committed Aug 17, 2019
1 parent ff45a80 commit eaa29b6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <current_version> of linux/beta release.
# 2. Open https://chromium.googlesource.com/chromium/src/+/refs/tags/<current_version>/DEPS and note <boringssl_revision>.
# 3. Find a commit in BoringSSL's "master-with-bazel" branch that merges <boringssl_revision>.
#
# chromium-77.0.3865.35 (BETA)
urls = ["https://github.com/google/boringssl/archive/265728decec4370cd02b941f72fba9f0735e2923.tar.gz"],
),
boringssl_fips = dict(
Expand Down

0 comments on commit eaa29b6

Please sign in to comment.