-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): ensure that exec modules are rebuilt on when garden is run
Prior to this commit, garden would skip building exec modules that had been built during a previous garden run, if none of the source files in the module changed. While this is a good optimisation, it caused problems because staging would still happen, wiping out any previously built artifacts which other modules might have depended on. Also, there is no way to guarantee/specify at the module level that there are no outside dependencies that aren't captured by the module's sources. It is planned to properly support this in the future, but removing this optimisation for now.
- Loading branch information
Showing
2 changed files
with
2 additions
and
37 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