| commit | 998030aff8ca2f4c9ed7f3518426c08b2486e355 | [log] [tgz] |
|---|---|---|
| author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Thu Jan 16 14:13:34 2025 -0800 |
| committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 16 14:13:34 2025 -0800 |
| tree | bbb763dd191575447216366accdb000c0bd564b0 | |
| parent | b7910201293c982743febf569aa188e51454fd71 [diff] |
roll: pigweed b358f8e..35a7f79 (4 commits) 35a7f79:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260685 pw_build: Add cortex-a35 to the list of arm processor constraints 5b8df66:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260296 pw_allocator: Make array-type UniquePtr default constructor constinit bd709f0:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260617 pw_watch: Trigger initial run before attaching watcher 1c90ba1:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260260 pw_bluetooth_proxy: Fix crash on rfcomm write due to reusing buffers Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: b358f8e973f9a4..35a7f794be7960 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8725548626632741697 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I916eea64ba8fb0dca6b9a7d36679bc9267a4023b Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/260621 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 de53087..cc60f79 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -40,8 +40,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2025-01-16. - # ROLL: By https://cr-buildbucket.appspot.com/build/8725559660596307137. - commit = "b358f8e973f9a45fa26864a094ffdeca70ca7b4a", + # ROLL: By https://cr-buildbucket.appspot.com/build/8725548626632741697. + commit = "35a7f794be796093be27cde7b5d0398e571c90e9", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )