roll: pigweed, pw_toolchain 3 commits ac59830dcdbd32c pw_system: Add console device aliases for common R b0153387ffcae11 pw_clock_tree_mcuxpresso: Introduce ClockMcuxpress ed88d9b037da70c pw_presubmit: Allow fxbug.dev and crbug.com TODOs https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 513f5005834264d..ac59830dcdbd32c Roller-URL: https://ci.chromium.org/b/8740938912957067889 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Id26f6a89a4288cfc36ee7397e0b8e1c799dafe2b Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/226633 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/WORKSPACE b/WORKSPACE index d7ece76..ff0c7b9 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -83,18 +83,18 @@ git_repository( name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-07-30. - # ROLL: By https://cr-buildbucket.appspot.com/build/8740949558375777057. - commit = "513f5005834264d9e3545acab1904a9be189d7e6", + # ROLL: Last updated 2024-07-31. + # ROLL: By https://cr-buildbucket.appspot.com/build/8740938912957067889. + commit = "ac59830dcdbd32c8801a5e4e0137b6749cdc91e6", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", ) git_repository( name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-07-30. - # ROLL: By https://cr-buildbucket.appspot.com/build/8740949558375777057. - commit = "513f5005834264d9e3545acab1904a9be189d7e6", + # ROLL: Last updated 2024-07-31. + # ROLL: By https://cr-buildbucket.appspot.com/build/8740938912957067889. + commit = "ac59830dcdbd32c8801a5e4e0137b6749cdc91e6", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", strip_prefix = "pw_toolchain_bazel", )