roll: pigweed bazel: Generate compile commands for Fuchsia For now, this just includes some targets that are only buildable in Bazel and therefore can't have compile commands generated by GN. Fixes: 368654273 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237133 Original-Revision: 6b20a021cf616e20749c3eeb9cdbf8ebff12dcca Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: da9a7e7cc2bd98..6b20a021cf616e Roller-URL: https://ci.chromium.org/b/8736234501767616705 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I9249c82f796003eee2b961fa0e520f55bbfc8164 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/237232 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 72150c9..ba90d62 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-20. - # ROLL: By https://cr-buildbucket.appspot.com/build/8736235555430804097. - commit = "da9a7e7cc2bd983d428949a6f5d85b9757b5178f", + # ROLL: By https://cr-buildbucket.appspot.com/build/8736234501767616705. + commit = "6b20a021cf616e20749c3eeb9cdbf8ebff12dcca", 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-20. - # ROLL: By https://cr-buildbucket.appspot.com/build/8736235555430804097. - commit = "da9a7e7cc2bd983d428949a6f5d85b9757b5178f", + # ROLL: By https://cr-buildbucket.appspot.com/build/8736234501767616705. + commit = "6b20a021cf616e20749c3eeb9cdbf8ebff12dcca", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )