| commit | 4269ef07c4eed7e032117a0d9fc9d4eabdeb55dd | [log] [tgz] |
|---|---|---|
| author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Wed Oct 15 22:29:06 2025 -0700 |
| committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 15 22:29:06 2025 -0700 |
| tree | 6f68f0040a03b33b225ed5f7daf02a2b6772508a | |
| parent | 4c7f5678ea83909e27ca0a9f6148c19bfaecf693 [diff] |
roll: pigweed c3eb8ea..abf1641 (8 commits) abf1641:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/332855 pw_containers: Aligned storage utility class d55c3fc:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/332854 pw_containers: Update shared test structure; various fixes d5642b4:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/333292 pw_containers: Add method to dering variable length entry queues 85279c1:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/332212 pw_file: Add android build support 4b00064:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/330592 pw_trace_tokenized: Add decoder to Android.bp 73a7b29:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/332336 pw_bluetooth_proxy: Squash signaling channel classes c32949f:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/325932 pw_kernel: Refactor 16550 UART and move to common drivers directory 4adef55:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/333012 pw_async: Add HeapDispatcher::inner() getter Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: c3eb8ea03ca963..abf16415ace60c Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8700878858770368961 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I58929a2fc63530dee5e0fc1747321b8e6adc8cbb Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/333732 Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/examples/hello_bazel/MODULE.bazel b/examples/hello_bazel/MODULE.bazel index 3d52b4f..5ed9104 100644 --- a/examples/hello_bazel/MODULE.bazel +++ b/examples/hello_bazel/MODULE.bazel
@@ -25,9 +25,9 @@ git_override( module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2025-10-15. - # ROLL: By https://cr-buildbucket.appspot.com/build/8700923713584530001. - commit = "c3eb8ea03ca963aa34c6856df5d99f5674f63a98", + # ROLL: Last updated 2025-10-16. + # ROLL: By https://cr-buildbucket.appspot.com/build/8700878858770368961. + commit = "abf16415ace60cd29691fc55c14a654975800c88", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )