-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_watch: Remove deps to enable running watch in other environments
- Remove pw_build dependency from the pw_watch library. pw_build transitively depends on pigweed.json, which means pw_watch cannot run unless projects have a pigweed.json integrated into their build. Remove pw_build and other deps from core pw_watch functionality. - Move UI code into pw_watch/run.py to simplify things and remove a dependency on pw_presubmit, which transitively depends on pw_build. Change-Id: Ie4a2728fac546500905973bd496d47c9fad1729c Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259693 Docs-Not-Needed: Wyatt Hepler <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]> Commit-Queue: Auto-Submit <[email protected]> Reviewed-by: Dave Roth <[email protected]> Pigweed-Auto-Submit: Wyatt Hepler <[email protected]> Lint: Lint 🤖 <[email protected]>
- Loading branch information
Showing
5 changed files
with
68 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters