Skip to content

Commit

Permalink
bazel: Update BoringSSL to 0.20240913.0 from BCR
Browse files Browse the repository at this point in the history
Bug: b/365993144
Change-Id: I5cc4f3229f8e2e39a4ee3c08cd0cc05c5756c9f5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236235
Commit-Queue: Ben Lawson <benlawson@google.com>
Reviewed-by: Ted Pudlik <tpudlik@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Docs-Not-Needed: Ben Lawson <benlawson@google.com>
  • Loading branch information
BenjaminLawson authored and CQ Bot Account committed Sep 16, 2024
1 parent 4ceb5b8 commit a4d0441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 1 addition & 8 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module(
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "boringssl", version = "0.0.0-20240530-2db0eb3")
bazel_dep(name = "boringssl", version = "0.20240913.0")
bazel_dep(name = "freertos", version = "10.5.1.bcr.2")
bazel_dep(name = "gazelle", version = "0.36.0", repo_name = "bazel_gazelle")
bazel_dep(name = "nanopb", repo_name = "com_github_nanopb_nanopb")
Expand Down Expand Up @@ -58,13 +58,6 @@ git_override(
remote = "https://github.com/nanopb/nanopb.git",
)

# TODO: https://pwbug.dev/365993144 - Use bazel_dep once this commit is in the BCR.
git_override(
module_name = "boringssl",
commit = "40ec347196a939bd4fd1f801df896b2f4e2205dc",
remote = "https://boringssl.googlesource.com/boringssl",
)

single_version_override(
module_name = "rules_rust",
patch_strip = 1,
Expand Down
2 changes: 2 additions & 0 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4d0441

Please sign in to comment.