roll: pigweed 36e4b7e..9271d13 (5 commits)
9271d13:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/249714 pw_bluetooth_proxy: Add missing error check on basic l2cap channel
c790911:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/250692 docs: Fix kconfig extension
4df7828:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/250992 pw_bluetooth_proxy: Add missing state_ set to rfcomm channel move const
5436d10:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/248014 docs: Build module docs with Bazel
3a2ef99:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/250932 pw_bluetooth_proxy: Resolve outstanding comments on rfcomm channel
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 36e4b7e60ee2ec..9271d13609a5d9
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8730246219605533217
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I6300f705d2e93af487e3ff7672f0a02289923d95
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/250973
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index d234f39..e0a444f 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -47,18 +47,18 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-11-25.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8730257253218349601.
- commit = "36e4b7e60ee2ec131ce0ea396272989df77ed652",
+ # ROLL: Last updated 2024-11-26.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8730246219605533217.
+ commit = "9271d13609a5d939c056e78a28c3f09c1aaadebf",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
git_override(
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-11-25.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8730257253218349601.
- commit = "36e4b7e60ee2ec131ce0ea396272989df77ed652",
+ # ROLL: Last updated 2024-11-26.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8730246219605533217.
+ commit = "9271d13609a5d939c056e78a28c3f09c1aaadebf",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)