Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55608 )
Change subject: [TEST]do-what-jenkins-does: Vendor intel-sec-tools ......................................................................
[TEST]do-what-jenkins-does: Vendor intel-sec-tools
Change-Id: I07175b009f4f639d8de0d3b4f87e070d6d716602 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M util/testing/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/55608/1
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 0d1053a..a390654 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -85,6 +85,7 @@ util/lint/lint lint-stable --junit util/lint/lint lint-extended --junit endif + cd 3rdparty/intel-sec-tools/ ; go mod vendor util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/chromeos $(ABUILD_OPTIONS) -x -X $(top)/abuild-chromeos.xml util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/default $(ABUILD_OPTIONS) $(foreach tool, $(TOOLLIST), $(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR="util/$(tool)" BLD="$(tool)" MFLAGS= MAKEFLAGS= MAKETARGET= junit.xml; )