roll: pigweed, pw_toolchain 4 commits 83af8ae71faec85 pw_random_fuchsia: Create Fuchsia backend for pw_r 9e609d2624fd778 rp2350: Fix architecture in crash snapshot 70bff1c70495048 pw_system: Support ARM Cortex M55 system 3dc3f1a30be774a pw_log_fuchsia: Create pw_log Fuchsia backend https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 871fd5feae66b1f..83af8ae71faec85 Roller-URL: https://ci.chromium.org/b/8738426650260190193 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ic0192540719dc68706cc8d3851e812756e5d28b8 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/232098 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 4fe15d5..900af90 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -48,8 +48,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-08-27. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738492474988848593. - commit = "871fd5feae66b1f9fe5f6422774e0bb9d6f96649", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738426650260190193. + commit = "83af8ae71faec85d8b3bc21c30459a3f9e37529d", remote = "https://pigweed.googlesource.com/pigweed/pigweed", ) @@ -57,8 +57,8 @@ module_name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-08-27. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738492474988848593. - commit = "871fd5feae66b1f9fe5f6422774e0bb9d6f96649", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738426650260190193. + commit = "83af8ae71faec85d8b3bc21c30459a3f9e37529d", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )