diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-01-22 10:05:07 +0100 |
---|---|---|
committer | Stefan Berg <sfb@consultron.com> | 2016-01-29 13:59:45 +0100 |
commit | ac892999eb98ec2e9cd4d8a4320c227f052b9519 (patch) | |
tree | c4cccaf4ff778c1ebfc2f609066c0ad1f18f9778 /build/Makefile | |
parent | 606b2a90b53842290aa091b5ab0e75ccbcae231c (diff) |
Store Fuel ISO in build cache as it is built
Right not the build cache is populated after a full (successful)
build. As the Fuel ISO takes some time to build, this saves quite
some time in the cases where the ISO is built successfully but a
following plugin build fails.
Change-Id: Ic6be1f5b5d00b9436eb0f82911cf28b449d0a156
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
(cherry picked from commit c31529bb3b54a4c0db244c0929659f120f735fab)
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile index 9465bf3a3..6dda79c0a 100644 --- a/build/Makefile +++ b/build/Makefile @@ -121,6 +121,10 @@ $(ISOCACHE): sudo ./fuel_build_loop cp /tmp/fuel-main/build/artifacts/fuel*.iso . + # Attempt to store ISO in cache to speed up the next + # build attempt. If cache is not enabled no harm is done. + $(MAKE) -f Makefile put-cache + .PHONY: mount-origiso umount-origiso mount-origiso: $(ISOCACHE) @echo "Mounting original ISO in $(ORIGDIR)" |