commit | 1f13989f50f8ce56abd42f7d64010d6dc60bc2b8 | [log] [tgz] |
---|---|---|
author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Tue Mar 11 00:53:47 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 11 00:53:47 2025 -0700 |
tree | d1567be48f94a0072fab97d382d304398f753bb9 | |
parent | 86ac96fa2677a69bab5e4cb0bac0a69fcbe8e158 [diff] |
roll: pigweed 124b7de..2e15e17 (6 commits) 2e15e17:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/274552 pw_rpc: Fix link to call object destruction help bf2e156:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/274012 pw_bluetooth_proxy: Avoid nesting acl credit lock inside channels lock 808ac9e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272872 pw_kernel: Add sorted_insert to lists eaa4770:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272812 pw_kernel: Add time library b3e7f59:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/274512 pw_toolchain: Add msan toolchain feature 15e7d20:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/273972 roll: Clang Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 124b7de89b9cd6..2e15e17138ead6 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8720712324417147153 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I839609d38536b157f35ad40f4201f924312f0192 Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/274614 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/examples/hello_dts/MODULE.bazel b/examples/hello_dts/MODULE.bazel index 6d8d76d..415ff37 100644 --- a/examples/hello_dts/MODULE.bazel +++ b/examples/hello_dts/MODULE.bazel
@@ -25,9 +25,9 @@ git_override( module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2025-03-10. - # ROLL: By https://cr-buildbucket.appspot.com/build/8720756879978365953. - commit = "124b7de89b9cd63d5acb53f7f5fb09965ac5165e", + # ROLL: Last updated 2025-03-11. + # ROLL: By https://cr-buildbucket.appspot.com/build/8720712324417147153. + commit = "2e15e17138ead6a9cbcde624b442d783575ed350", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )