[coreboot-gerrit] Patch set updated for coreboot: Makefile: Update jenkins-build-toolchain to run built tests

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Mar 23 15:48:41 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14156

-gerrit

commit 587e5d14d84e04ae8d919bd6e6777bb919ab3104
Author: Martin Roth <martinroth at google.com>
Date:   Tue Mar 22 13:05:42 2016 -0600

    Makefile: Update jenkins-build-toolchain to run built tests
    
    Add coreboot build tests after running the toolchain build.  This
    verifies that everything still builds with the new toolchain.
    
    Change-Id: Ifa51db897925c0b77791c83bbcbfd75045c907b5
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/crossgcc/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc
index dfa1ec8..767b35c 100644
--- a/util/crossgcc/Makefile.inc
+++ b/util/crossgcc/Makefile.inc
@@ -71,3 +71,4 @@ endif # ifeq ($(COMPILER_OUT_OF_DATE),1)
 jenkins-build-toolchain:
 	$(MAKE) crosstools clang \
 		BUILDGCC_OPTIONS='-y --nocolor'
+	$(MAKE) what-jenkins-does



More information about the coreboot-gerrit mailing list