roll: pigweed, pw_toolchain: pw_containers: Add missing dependency Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/232023 https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 8fa1385bbd2cacb..871fd5feae66b1f Roller-URL: https://ci.chromium.org/b/8738492474988848593 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I7de12336e9fd64bf3a936f593de9a175bbe1d7f1 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/232080 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/MODULE.bazel b/MODULE.bazel index 41d9b90..4fe15d5 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-27. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738492866357200929. - commit = "8fa1385bbd2cacbbe0ea69db0bb7e3339623e1ec", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738492474988848593. + commit = "871fd5feae66b1f9fe5f6422774e0bb9d6f96649", 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-27. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738492866357200929. - commit = "8fa1385bbd2cacbbe0ea69db0bb7e3339623e1ec", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738492474988848593. + commit = "871fd5feae66b1f9fe5f6422774e0bb9d6f96649", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )