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/8736234473912704753
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I22a2021464c2066677027812e4210015a18db450
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/237215
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index ede7c94..cd5ce81 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,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/8736235568697844577.
- commit = "da9a7e7cc2bd983d428949a6f5d85b9757b5178f",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736234473912704753.
+ commit = "6b20a021cf616e20749c3eeb9cdbf8ebff12dcca",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -59,8 +59,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/8736235568697844577.
- commit = "da9a7e7cc2bd983d428949a6f5d85b9757b5178f",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736234473912704753.
+ commit = "6b20a021cf616e20749c3eeb9cdbf8ebff12dcca",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)