roll: pigweed pw_protobuf_compiler: Make oneof_callbacks a per-library setting
The previous constraint approach was insufficent as it required custom
platforms, which does not work for middleware libraries that don't
define their own platforms, or the standard Bazel host target.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242928
Original-Revision: 2097d2ea77e7a28438b4eae537dc97c049d7b735
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 60572e81b3b3d7..2097d2ea77e7a2
Roll-Count: 1
Roller-URL: https://ci.chromium.org/b/8733720107023139457
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I293adf3c45b41926df1f8e6e2f50aec907fd2d3e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/243069
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 c154e10..99ecc33 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-10-18.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733724776702628001.
- commit = "60572e81b3b3d7456e5f4b0b788c53ed2c2e2b6a",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733720107023139457.
+ commit = "2097d2ea77e7a28438b4eae537dc97c049d7b735",
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-10-18.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733724776702628001.
- commit = "60572e81b3b3d7456e5f4b0b788c53ed2c2e2b6a",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733720107023139457.
+ commit = "2097d2ea77e7a28438b4eae537dc97c049d7b735",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)