From da99f39710df224314573b411f0fd5ca8743c743 Mon Sep 17 00:00:00 2001 From: spashabk-in Date: Mon, 17 Sep 2018 01:13:04 -0500 Subject: Jenkins parallel build Make fix enable parallel build in jenkins Change-Id: If75ecb600f632492c2a7fa68999249d5321a7166 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66204 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta --- src/test/framework/build-script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test') diff --git a/src/test/framework/build-script b/src/test/framework/build-script index 5fda45aa..35c4d5fa 100755 --- a/src/test/framework/build-script +++ b/src/test/framework/build-script @@ -6,7 +6,7 @@ # # OpenPOWER sbe Project # -# Contributors Listed Below - COPYRIGHT 2015,2017 +# Contributors Listed Below - COPYRIGHT 2015,2018 # [+] International Business Machines Corp. # # @@ -39,7 +39,7 @@ source "$SBEROOT/src/test/framework/setup-env" #COPYRIGHT_PID=$! # Build SEEPROM Image -bash -c "make install" || exit -1 +bash -c "make install -j" || exit -1 # Create simics sandbox. create-sandbox > create-sandbox.log 2>&1 & -- cgit v1.2.1