Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69568 )
Change subject: testing/Makefile.inc: Fix removing clang builds ......................................................................
testing/Makefile.inc: Fix removing clang builds
The directory names were wrong.
Change-Id: Ia52ca92f22f02a3b91244093ac6a769e6b3b2eb3 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M util/testing/Makefile.inc 1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/69568/1
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index ad01ac1..20d75aa 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -83,7 +83,7 @@
what-jenkins-does: rm -rf $(COREBOOT_BUILD_DIR)/chromeos $(COREBOOT_BUILD_DIR)/default - rm -rf $(COREBOOT_BUILD_DIR)/chromeos-clang $(COREBOOT_BUILD_DIR)/default-clang + rm -rf $(COREBOOT_BUILD_DIR)/chromeos_clang $(COREBOOT_BUILD_DIR)/default_clang ifneq ($(JENKINS_SKIP_LINT_TESTS),y) util/lint/lint lint-stable --junit util/lint/lint lint-extended --junit