commit | 2dfab16c3f9cb565987bfa4f53ba1dd00ba817be | [log] [tgz] |
---|---|---|
author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Fri Feb 28 17:00:03 2025 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 28 17:00:03 2025 -0800 |
tree | 15f68ae19833e63819225678d7ffa9fb3563a43e | |
parent | 65df91216203f057831bc099076b367b8deb2cfe [diff] |
roll: pigweed 2134bf8..cd2584d (6 commits) cd2584d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/271752 pw_kernel: Add WaitQueue 37931c6:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272094 pw_bluetooth_sapphire: Fix crash in LowEnergyCentralServer daf1fff:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272092 .*: Don't depend on //pw_containers:pw_containers 3d59c24:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272112 pw_containers: Add missing dependency 3a63bba:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272074 targets/emcraft_sf2_som: rm target with no srcs e109660:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/271688 pw_bluetooth_proxy: Add IFTTT across build files Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 2134bf8c3088bd..cd2584dffd129a Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8721642511649169345 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I320292f92be9e96ab6594a7507e6742f572b3d73 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/272153 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 2322895..af75de5 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-02-28. - # ROLL: By https://cr-buildbucket.appspot.com/build/8721664579572075153. - commit = "2134bf8c3088bda5704415fe41095f1e84e8d4dd", + # ROLL: Last updated 2025-03-01. + # ROLL: By https://cr-buildbucket.appspot.com/build/8721642511649169345. + commit = "cd2584dffd129ae3469b3617bdc8dd85d7a8aa6d", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )