| commit | 8eb6d1365fe7c6312eccacec015053417310c613 | [log] [tgz] |
|---|---|---|
| author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Wed Mar 19 12:16:30 2025 -0700 |
| committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 19 12:16:30 2025 -0700 |
| tree | 5f5ad6f62da0fb29ff481448b6551075680af05b | |
| parent | 2656b8e3cca7859c7dc94d7535a3eadbc67ee786 [diff] |
roll: pigweed 382464c..50b3024 (5 commits) 50b3024:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276592 pw_bluetooth_proxy: Add more checks in recombination 8fee4cf:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276895 pw_toolchain: Add example of clang-tidy setup 399d669:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276832 pw_{rpc, protobuf}: Fix bash script error b8d0c77:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276893 pw_async2: Move dispatcher_lock() to pw::async2::impl namespace 4e25af0:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276753 bazel: Shorten nanopb repo name Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 382464cb10a81d..50b3024f170b44 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8719943242572478337 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I3ee7b57f72c935479a34e5406595fa92a8b81d1d Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/277392 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 152077c..792ca1f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -41,8 +41,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2025-03-19. - # ROLL: By https://cr-buildbucket.appspot.com/build/8719954274268595505. - commit = "382464cb10a81d422edcb63faac377a89c44898b", + # ROLL: By https://cr-buildbucket.appspot.com/build/8719943242572478337. + commit = "50b3024f170b447a48e892f59805b1a40fb46526", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )