commit | 52053962591140f5fb8ae6189fbf08b93c1df23f | [log] [tgz] |
---|---|---|
author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Fri Mar 14 18:08:47 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 14 18:08:47 2025 -0700 |
tree | b36f0b4557ed328b85a691bc6523a6141916a84e | |
parent | 362e5a639b9bbe5f269c2a6500bc439770da5a53 [diff] |
roll: pigweed 8cb56bd..8165b25 (8 commits) 8165b25:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/263913 third_party/freertos: Allow empty glob a63dba9:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/275972 pw_async2: Move classes to their own headers 7fd8ce1:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/264519 pw_log_tokenized: Remove includes, fix layering 42f3db7:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/256594 pw_rpc: Remove system_server multiplexer ff0dac0:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276074 pw_toolchain: Fixup compiler helpers for use outside pigweed 0ae3933:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276134 pw_presubmit: Check includes on .bazelrc changes f1b817c:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276073 pw_build: Add -Wthread-safety-beta for upstream gn clang builds 29508f7:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/275352 pw_bluetooth: Add MTU field into L2capOption structure Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 8cb56bd9842718..8165b25e5b05b5 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8720373580020547249 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I47f5969495ea46c31d0f2965e7708310de095013 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/276025 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 1fc314d..7ddbc2b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -40,9 +40,9 @@ git_override( module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2025-03-14. - # ROLL: By https://cr-buildbucket.appspot.com/build/8720384615367944689. - commit = "8cb56bd9842718fa5b755ff5bb058a64130b439c", + # ROLL: Last updated 2025-03-15. + # ROLL: By https://cr-buildbucket.appspot.com/build/8720373580020547249. + commit = "8165b25e5b05b5980a6a962596fa146c76d0c5df", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )