roll: pigweed pw_build: Extend colors across multiple log lines
colorized cmake will start with a color code on one line,
and send the color code reset many lines later.
This CL updates project_builder.py to save any non-reset
color codes and apply them to the follow log lines.
Original-Bug: 413077856
Test: colorized cmake logs now look correct
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/285892
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 517b964d0349d1f14649d3f1a04c08801f11136e
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 4682f8dd044084..517b964d0349d1
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8716677106517507585
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I76197bc8c7c6d1e86c97a3f6f009cb7533cbf2b4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/286493
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 27b2f58..f2688f1 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -41,8 +41,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2025-04-24.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8716699182358368545.
- commit = "4682f8dd044084360c4cdd1df679c98909641bdd",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8716677106517507585.
+ commit = "517b964d0349d1f14649d3f1a04c08801f11136e",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)