roll: pigweed pw_bluetooth_proxy: Prevent flakes by zeroing arrays
Always initialize std::array in gtests.
Original-Bug: 369678786
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237258
Original-Revision: bcda51c2834dcc7d6d2a4c862ddfae94ffb7b899
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 8c7b09401b950d..bcda51c2834dcc
Roller-URL: https://ci.chromium.org/b/8735785516585546849
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I945fbc4e7b6d681c4d926923aea51c96269d736b
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/237902
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: 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 e3b0a89..da7805d 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-25.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735791414512571265.
- commit = "8c7b09401b950d46233ba4b6c0a2783fa429543e",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735785516585546849.
+ commit = "bcda51c2834dcc7d6d2a4c862ddfae94ffb7b899",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -58,8 +58,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-25.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735791414512571265.
- commit = "8c7b09401b950d46233ba4b6c0a2783fa429543e",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735785516585546849.
+ commit = "bcda51c2834dcc7d6d2a4c862ddfae94ffb7b899",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)