From c403e42f21bc77af6db3a4222e796c102ac7e6d0 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 4 Sep 2014 18:32:52 +0200 Subject: what-jenkins-does: kill build results early This reduces disk use and simplifies using abuild on a ramdisk. Change-Id: I3fb8d273dcbb5008fa9cfaa9465a59e3bbcb974b Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/6835 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index d72e6f94d3..ab27df0a6b 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -568,6 +568,6 @@ $(obj)/coreboot.pre: $(objcbfs)/$(ROMSTAGE_ELF) $(obj)/coreboot.pre1 $(CBFSTOOL) JENKINS_PAYLOAD=none what-jenkins-does: - util/abuild/abuild -B -J -y -c 4 -p $(JENKINS_PAYLOAD) + util/abuild/abuild -B -J -y -c 4 -z -p $(JENKINS_PAYLOAD) (cd payloads/libpayload; $(MAKE) CONFIG_CCACHE=y V=$(V) Q=$(Q) junit.xml) $(MAKE) V=$(V) Q=$(Q) -C util/cbmem junit.xml -- cgit v1.2.3