Allow specifying a specific module build to reuse components from

This resolves #1296.
This commit is contained in:
mprahl
2019-07-15 17:22:02 -04:00
parent 6c4d6ee2b4
commit 1bcb40d4d0
6 changed files with 156 additions and 1 deletions

View File

@@ -75,6 +75,9 @@ module with the following requirements:
Additionally, if the rebuild strategy for the module being built is ``changed-and-after``, then the
module to reuse components from will have a rebuild strategy of ``changed-and-after`` or ``all``.
If the user wants to specify the compatible module, they can use the ``reuse_components_from``
parameter.
How the Rebuild Strategies Work
===============================