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

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Mar 25 20:37:11 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 e597905e01d2da5dbb29a05877b7940ad1b1e028
Author: Martin Roth <martinroth at google.com>
Date:   Tue Mar 22 13:05:42 2016 -0600

    Makefile: Update jenkins-build-toolchain to run build 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 | 2 ++
 1 file changed, 2 insertions(+)

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



More information about the coreboot-gerrit mailing list