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

Support rebuilding a subset of the outputs #26

Open
Sipkab opened this issue Aug 4, 2023 · 0 comments
Open

Support rebuilding a subset of the outputs #26

Sipkab opened this issue Aug 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Sipkab
Copy link
Member

Sipkab commented Aug 4, 2023

Analyze if rerunning a subset of the tasks given a set of inputs is possible.

Example:

  • A previous run of a build gave multiple files as the output: A, B, C...
  • Run an incremental build by giving a subset of the files that should be rebuilt as a new build configuration option. E.g. B, C
  • Run only the necessary tasks to rebuild the files B and C, but possibly avoid rerunning tasks that are necessary to rebuild A.
@Sipkab Sipkab added the enhancement New feature or request label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant