roll: pigweed pw_toolchain: Migrate host clang to rules_cc toolchains
Migrates Pigweed to use the toolchain rules upstreamed to rules_cc.
Original-Bug: b/346388161
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/207550
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 130903fe021f3b3dbd85d512b6c6004fe0d46b21
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 0ffb69decbf0ea..130903fe021f3b
Roller-URL: https://ci.chromium.org/b/8736239970636518593
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I4a84b25edde4308472cb207a884d3fc1cd99c0b0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/237079
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 d6e746e..3ef7c0f 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/8736240918199553249.
- commit = "0ffb69decbf0ea112899d115c34d01b4441ad5ca",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736239970636518593.
+ commit = "130903fe021f3b3dbd85d512b6c6004fe0d46b21",
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/8736240918199553249.
- commit = "0ffb69decbf0ea112899d115c34d01b4441ad5ca",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736239970636518593.
+ commit = "130903fe021f3b3dbd85d512b6c6004fe0d46b21",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)