diff --git a/Makefile b/Makefile index 986a0b3..7edda0d 100644 --- a/Makefile +++ b/Makefile @@ -157,6 +157,7 @@ rpm: $(TARFILE) $(NODE_CACHE) $(SPEC) # build a VM with locally built distro pkgs installed # disable networking, VM images have mock/pbuilder with the common build dependencies pre-installed +$(VM_IMAGE): export XZ_OPT=-0 $(VM_IMAGE): $(TARFILE) $(NODE_CACHE) bots test/vm.install bots/image-customize --no-network --fresh \ --upload $(NODE_CACHE):/var/tmp/ --build $(TARFILE) \