roll: pigweed, pw_toolchain: pw_toolchain_bazel: Add native binary for clang-tidy
Original-Bug: 352343585
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/221471
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: f2e580ecbc81acb..a047c412171136c
Roller-URL: https://ci.chromium.org/b/8742664224273181745
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ic163e8b5c7be441a2043e3966654b45995a6a4e0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/222659
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
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/WORKSPACE b/WORKSPACE
index 5d5f29d..d54357f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -83,18 +83,18 @@
git_repository(
name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-07-11.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8742664930028044097.
- commit = "f2e580ecbc81acbd574019e1dd73e21c9574d1a3",
+ # ROLL: Last updated 2024-07-12.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8742664224273181745.
+ commit = "a047c412171136cf13fa548c0af96250b288c85a",
remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
)
git_repository(
name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-07-11.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8742664930028044097.
- commit = "f2e580ecbc81acbd574019e1dd73e21c9574d1a3",
+ # ROLL: Last updated 2024-07-12.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8742664224273181745.
+ commit = "a047c412171136cf13fa548c0af96250b288c85a",
remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
strip_prefix = "pw_toolchain_bazel",
)