roll: pigweed pw_rpc: Add --no-experimental-editions to protobuf compiler options
The underlying option is not supported currently in Android, so we
disable it with this flag.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/238252
Original-Revision: bbd82e320514807ff79217f4b6c002fa8eddbbf6
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 1dc9a789f52aad..bbd82e32051480
Roller-URL: https://ci.chromium.org/b/8735704116363603825
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I167e2aa5c03b8e5c8a4b04e81d1de0db16a4b490
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/238163
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 3e5b5dd..6b372ff 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-26.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735708750107281457.
- commit = "1dc9a789f52aad1f0e738a1cfd5993e2272c38d2",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735704116363603825.
+ commit = "bbd82e320514807ff79217f4b6c002fa8eddbbf6",
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-26.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735708750107281457.
- commit = "1dc9a789f52aad1f0e738a1cfd5993e2272c38d2",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735704116363603825.
+ commit = "bbd82e320514807ff79217f4b6c002fa8eddbbf6",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)