roll: pigweed, pw_toolchain: pw_bluetooth_sapphire: Disable -Wshadow-all This module has many benign violations of -Wshadow-all. Disable -Wshadow-all, which will be added to pw_build's internal_strict_warnings in a subsequent CL. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/231652 https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: a7e3e716c1bab31..c6e858e6049da1f Roller-URL: https://ci.chromium.org/b/8738514548351833825 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I27f90ee702a5f30e3f89849eac9251d7f0295a26 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/232000 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 5139e7e..0ecd6da 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-26. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738514938719496033. - commit = "a7e3e716c1bab31544b7ca37804fe7ca52c0f0dc", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738514548351833825. + commit = "c6e858e6049da1f5de6a91240277aec1e4770f0e", 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-26. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738514938719496033. - commit = "a7e3e716c1bab31544b7ca37804fe7ca52c0f0dc", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738514548351833825. + commit = "c6e858e6049da1f5de6a91240277aec1e4770f0e", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )