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@georgi-clan.de> Reviewed-on: http://review.coreboot.org/6835 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
5dfd681978
commit
c403e42f21
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue