-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove BuildDirectory= from PrepareScripts=
The BuildDirectory= is meant for files which are non-essential and can be recreated during the build process of the image, so source files that need to be acquired should be saved somewhere within the $BUILDROOT to be cached for runs when PrepareScripts= aren't run (assuming incremental builds).
- Loading branch information
1 parent
fe66c0e
commit b1a680f
Showing
3 changed files
with
5 additions
and
9 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
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