summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-11-19 15:59:27 -0700
committerMartin L Roth <gaumless@gmail.com>2022-11-21 20:05:14 +0000
commitb399f103a138ded51bc73d9a107798624bb057b8 (patch)
tree6a2c7f369a9c35ff41822075519ccd5646c70a5c /util
parentdfafe798a68301ba6ae73fc4d7c2bc7db7474d72 (diff)
util/testing: Update ABUILD_OPTIONS with long option names
It's hard to tell what is what with the short option names, so use the long options here. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I1371e098bba1077dedfaffa56287a28656197b40 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69837 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'util')
-rw-r--r--util/testing/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc
index ab0dff679a..595239383d 100644
--- a/util/testing/Makefile.inc
+++ b/util/testing/Makefile.inc
@@ -74,9 +74,9 @@ CPUS?=4
lint lint-stable lint-extended:
util/lint/lint $@
-ABUILD_OPTIONS=-B -J -c $(CPUS) -Z -p $(JENKINS_PAYLOAD)
-ABUILD_OPTIONS+=$(if $(V),-v,)
-ABUILD_OPTIONS+=$(if $(JENKINS_NOCCACHE),,-y)
+ABUILD_OPTIONS=--blobs --junit --cpus $(CPUS) --clean-somewhat --payloads $(JENKINS_PAYLOAD)
+ABUILD_OPTIONS+=$(if $(V),--verbose,)
+ABUILD_OPTIONS+=$(if $(JENKINS_NOCCACHE),,--ccache)
ABUILD_OPTIONS+=$(JENKINS_ABUILD_OPT)
COREBOOT_BUILD_DIR?=coreboot-builds