roll: pigweed pw_watch: Bazel run support
Hook up enough bazel to be able to run pw_watch or pw_build through
bazel run commands. For example:
Run watch:
bazelisk run //pw_watch/py:watch
Run a single build (same as watch but only once then exit).
bazelisk run //pw_build/py:project_builder
Run the upstream project builder (optionally with --watch):
bazelisk run //pw_build/py:pigweed_upstream_build -- \
-r default_bazel -r default_gn --watch
Original-Bug: 360140397
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242094
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 5e7d1a0fddab1204d94ff43cee833431eda75af8
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: e9391cf5d40a89..5e7d1a0fddab12
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733430481639409697
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I40436614515cdc938882b52e79fa89310ec0e03e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/243753
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 27766b9..02e77fc 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-21.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733433061119470145.
- commit = "e9391cf5d40a890dc5e2b8759bcf26da63fdd29b",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733430481639409697.
+ commit = "5e7d1a0fddab1204d94ff43cee833431eda75af8",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -57,8 +57,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-21.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733433061119470145.
- commit = "e9391cf5d40a890dc5e2b8759bcf26da63fdd29b",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733430481639409697.
+ commit = "5e7d1a0fddab1204d94ff43cee833431eda75af8",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)