Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ioc: allow skipping all pruning steps.
Pruning artifacts embeds several heuristics about what is worth keeping, and what should be removed after build. Such predefined pruning steps might miss corner cases where defining extra APP_DIRS is not enough. Introduce a knob to skip the pruning steps entirely to give users a immediate last resort option to use before a corrected version is eventually released.