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/8733430480629053345
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I65de000b232f1cd00f4caeeb01728926818ca59f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/243696
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index fa256f0..1b9e5f9 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-10-21.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733433074822466241.
- commit = "e9391cf5d40a890dc5e2b8759bcf26da63fdd29b",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733430480629053345.
+ commit = "5e7d1a0fddab1204d94ff43cee833431eda75af8",
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-10-21.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733433074822466241.
- commit = "e9391cf5d40a890dc5e2b8759bcf26da63fdd29b",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733430480629053345.
+ commit = "5e7d1a0fddab1204d94ff43cee833431eda75af8",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)