commit | 1a6d297c2ee0b1da1a8dd06c7d6865bf0fc0c0c9 | [log] [tgz] |
---|---|---|
author | Jimmy Chen <jimmycmchen@pigweed.infra.roller.google.com> | Mon Mar 24 20:46:38 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 24 20:46:38 2025 -0700 |
tree | 173b446d17f7bf5ede350df99184df3866ca0197 | |
parent | e9d30eca1c3cd8f2050ac9373f2b21a29f9f8a8c [diff] |
roll: pigweed pw_protobuf_compiler: Fix unused variable use_legacy_oneof_interfaces is an optional variable and might not be used. This triggers the GN "unused" error. Original-Bug: 382416987 Test: Build pass Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/278332 Original-Revision: 2861b6ad5f94c2c8b4b393761d93c568eef9547e Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 3003d35d53be38..2861b6ad5f94c2 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8719457718670157441 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I070eb43b0e1ccda3cae87ae7f2571a4b95c32d45 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/278477 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 3adf12e..c2d7206 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -41,8 +41,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2025-03-25. - # ROLL: By https://cr-buildbucket.appspot.com/build/8719468752444506465. - commit = "3003d35d53be38d41a67907b59591edc8aeaf73d", + # ROLL: By https://cr-buildbucket.appspot.com/build/8719457718670157441. + commit = "2861b6ad5f94c2c8b4b393761d93c568eef9547e", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )