roll: pigweed bazel: Update Fuchsia SDK to 24.20241009.5.1
Update to Fuchsia API level 24.
Update fdf::Logger to new Create2 constructor (Create() is deprecated in
24).
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/241132
Original-Revision: d356f500679b57d6b15aea8cdfeb7aaf0e0acf4f
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: ea85dfddb6724d..d356f500679b57
Roller-URL: https://ci.chromium.org/b/8734502151501350865
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I97fa796430191240948737bfd8f8b43f1c18e005
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/241392
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 528fa13..6bdda71 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,18 +48,18 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-10-09.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734512333051185441.
- commit = "ea85dfddb6724d0bc26f1d7f0feaf6705692eaad",
+ # ROLL: Last updated 2024-10-10.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734502151501350865.
+ commit = "d356f500679b57d6b15aea8cdfeb7aaf0e0acf4f",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
git_override(
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-10-09.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8734512333051185441.
- commit = "ea85dfddb6724d0bc26f1d7f0feaf6705692eaad",
+ # ROLL: Last updated 2024-10-10.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8734502151501350865.
+ commit = "d356f500679b57d6b15aea8cdfeb7aaf0e0acf4f",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)