-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
serial-buildorder
argument to the build-tree
- Introduced a new command-line argument `--serial-buildorder` that outputs the tree-of package in a serial build order. - The `--serial-buildorder` argument conflicts with the existing `--dot` argument for now. Showing the serial build order in the dot format would not bring any benefits. - Ensured cyclic dependency detection and error handling during topological sorting. Fixes #379 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 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