[coreboot-gerrit] New patch to review for coreboot: 38f2147 what-jenkins-does: kill build results early

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Thu Sep 4 18:34:33 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6835

-gerrit

commit 38f21477053df80699de4601ff360a8aac2dfe1a
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Thu Sep 4 18:32:52 2014 +0200

    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 <patrick at georgi-clan.de>
---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index d72e6f9..ab27df0 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



More information about the coreboot-gerrit mailing list