roll: pigweed pw_unit_test: Fix failing test with latest GN
With the latest version of GN, the test_group_metadata_test was
failing to resolve the TARGET_FILE due to no output files.
Clean this up by using the target_out_dir directly instead of the
indirect TARGET_FILE method.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236439
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: b1facaf899336bcf653e3113ef7cee188e77e0f0
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: d5fcc90b39ee75..b1facaf899336b
Roller-URL: https://ci.chromium.org/b/8736449561430910641
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: If13c4c5c5aecb33a76e53ce56b80c5b5eefe05f0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/236732
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 b0be7bc..3e7863b 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-18.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736498964886782913.
- commit = "d5fcc90b39ee7568855390535fa854cea8f33c95",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736449561430910641.
+ commit = "b1facaf899336bcf653e3113ef7cee188e77e0f0",
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-18.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736498964886782913.
- commit = "d5fcc90b39ee7568855390535fa854cea8f33c95",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736449561430910641.
+ commit = "b1facaf899336bcf653e3113ef7cee188e77e0f0",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)