roll: pigweed, pw_toolchain 3 commits 50a2a2f6461cff7 pw_bluetooth_sapphire: Copy InspectTesting library b5abb1f916e26b2 pw_thread: Work around C++17 aggregate initializat 2a34a2865e92cf7 pw_sync: [[nodiscard]] for try_lock() and similar https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 8d8bb25577cd054..50a2a2f6461cff7 Roller-URL: https://ci.chromium.org/b/8738415619773582321 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ida50ff368b7a7517b14985da0e1a1dd2a4ca5b3a Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/232104 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 d3a3731..6eabbb1 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/8738425874086892961. - commit = "8d8bb25577cd0541b89db8a2771d1280679c1455", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738415619773582321. + commit = "50a2a2f6461cff716212977047c0423b2f632e93", 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/8738425874086892961. - commit = "8d8bb25577cd0541b89db8a2771d1280679c1455", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738415619773582321. + commit = "50a2a2f6461cff716212977047c0423b2f632e93", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )