roll: pigweed, pw_toolchain: pw_allocator: Disable example spin_lock test on RP2
This test crashes on the Pi Pico, so temporarily disable it until we can
investigate.
Original-Bug: b/358411629, b/361354335
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/231251
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: 13c51dabf7c511a..1706947f4ea6dda
Roller-URL: https://ci.chromium.org/b/8738967572981085553
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I45a762ebb6f1f885077d6f9b40c8342a70007bbd
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/231135
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/MODULE.bazel b/MODULE.bazel
index f857b2c..92a9acf 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-21.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8738972251579158193.
- commit = "13c51dabf7c511a91ff09447e3b04982209a074c",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8738967572981085553.
+ commit = "1706947f4ea6ddaeb7dd6312e8199a713aef0553",
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-21.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8738972251579158193.
- commit = "13c51dabf7c511a91ff09447e3b04982209a074c",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8738967572981085553.
+ commit = "1706947f4ea6ddaeb7dd6312e8199a713aef0553",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)