roll: pigweed bazel: Specify a cache silo key
Doing so provides a mechanism for recovering from remote cache
poisoning. This is a prerequisite for allowing unsubmitted code (CQ
jobs) to write to the remote cache. Internally, see
http://yaqs/6993488788445986816#a1 for context.
Original-Bug: 312215590
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236794
Original-Revision: 8b3ecac47b61439fef8ebac01f0000eb01bddc76
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 340d624033ce86..8b3ecac47b6143
Roller-URL: https://ci.chromium.org/b/8735804212692828961
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I3ad447d171dc4fd70124855d5c359cd958646527
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/237856
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 94a4c05..9beac55 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-25.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735809032747008817.
- commit = "340d624033ce868595ef6ffba77f2e2dd33d65ec",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735804212692828961.
+ commit = "8b3ecac47b61439fef8ebac01f0000eb01bddc76",
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-25.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735809032747008817.
- commit = "340d624033ce868595ef6ffba77f2e2dd33d65ec",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735804212692828961.
+ commit = "8b3ecac47b61439fef8ebac01f0000eb01bddc76",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)