roll: pigweed, pw_toolchain 3 commits 877c8f486a81493 pw_async2: Replace AwaitableBase with pw::Function 8ed816611d2aa80 pw_fuzzer: Add asan_default_options 0c216de1a41aa5c pw_build: Update scripts for converting Bazel to G https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 2d7b15a9f319fff..877c8f486a81493 Roller-URL: https://ci.chromium.org/b/8737499807099172337 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I8ce13e87b721b32b9b87257d1da56afdfcbc7364 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/234340 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 00db49e..0e9ace9 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-09-06. - # ROLL: By https://cr-buildbucket.appspot.com/build/8737510840918549809. - commit = "2d7b15a9f319fffd436657ec82f290c648a0d9bf", + # ROLL: Last updated 2024-09-07. + # ROLL: By https://cr-buildbucket.appspot.com/build/8737499807099172337. + commit = "877c8f486a81493b97251b15ae2723143f644513", remote = "https://pigweed.googlesource.com/pigweed/pigweed", ) git_override( module_name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-09-06. - # ROLL: By https://cr-buildbucket.appspot.com/build/8737510840918549809. - commit = "2d7b15a9f319fffd436657ec82f290c648a0d9bf", + # ROLL: Last updated 2024-09-07. + # ROLL: By https://cr-buildbucket.appspot.com/build/8737499807099172337. + commit = "877c8f486a81493b97251b15ae2723143f644513", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )