roll: pigweed pw_env_setup: Support patching CIPD packages
Original-Bug: 312215590
Test: Verified this works in a followup change.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236266
Original-Revision: ed299e5334927edfb29e500cd4494670f17ab0cb
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 49ac120ed645f6..ed299e5334927e
Roller-URL: https://ci.chromium.org/b/8736516030501910385
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I086c7ab1e7a55257b1b2595cfe317f30d5f94546
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/236478
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: 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 f154b97..4d8b8d2 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736526669062294641.
- commit = "49ac120ed645f69507e7f589283e581d49579462",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736516030501910385.
+ commit = "ed299e5334927edfb29e500cd4494670f17ab0cb",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -58,8 +58,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736526669062294641.
- commit = "49ac120ed645f69507e7f589283e581d49579462",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736516030501910385.
+ commit = "ed299e5334927edfb29e500cd4494670f17ab0cb",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)