Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to build dependencies of the single package #25

Closed
koudis opened this issue Aug 14, 2024 · 0 comments · Fixed by #24
Closed

Option to build dependencies of the single package #25

koudis opened this issue Aug 14, 2024 · 0 comments · Fixed by #24

Comments

@koudis
Copy link
Member

koudis commented Aug 14, 2024

As a developer/user, dependency manager I want to build a single package with all of its dependencies to simplify my workflow and speed up the integration of new packages.

When the package builds a single package by build-package --name <package_name> command dependencies are not built.
The user needs to build the dependency tree by hand - slow, not error prune etc.

The solution is to add the option "--with-dependencies" which when specified forces the packager to build the whole dependency tree of the specified package: build-package --name <package_name> --with-dependencies build all dependencies of the package in a same way as --all command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant