roll: pigweed, pw_toolchain: pw_bluetooth_sapphire: Use select() for Fuchsia-only values in Bazel Avoid using fuchsia_select in Pigweed because the Fuchsia code in Pigweed is being refactored into its own Bazel module. Original-Bug: b/357895400 Test: fx build Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1099247 GitOrigin-RevId: 9f88c078cd90d205e55d234bb0d2c584d46960ca Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/230578 https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 102a0f6737990f7..a3a5a3421efd155 Roller-URL: https://ci.chromium.org/b/8738303925215701825 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I08c26fa2b7edb92cc4f92a5ec9fbcb2a0da31ed4 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/232556 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 5b93482..0d752e5 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-29. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738305286085479169. - commit = "102a0f6737990f7ebed2c4b53124a5724c1d3242", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738303925215701825. + commit = "a3a5a3421efd15510c5525c7fbcc2ae6f70f9392", 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-29. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738305286085479169. - commit = "102a0f6737990f7ebed2c4b53124a5724c1d3242", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738303925215701825. + commit = "a3a5a3421efd15510c5525c7fbcc2ae6f70f9392", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )