Skip to content

Commit

Permalink
Jenkins parallel build
Browse files Browse the repository at this point in the history
Make fix
enable parallel build in jenkins

Change-Id: If75ecb600f632492c2a7fa68999249d5321a7166
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66204
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
Shakeebbk authored and sgupta2m committed Sep 17, 2018
1 parent eb8c943 commit da99f39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/build/img_defs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export PPETRACEPP_DIR = $(TOOLS_SRCDIR)/trace
endif

ifndef PPETRACEPP_BIN_DIR
export PPETRACEPP_BIN_DIR = $(IMG_DIR)
export PPETRACEPP_BIN_DIR = $(BASE_OBJDIR)/genfiles
endif

ifndef GENFILES_DIR
Expand Down
4 changes: 2 additions & 2 deletions src/test/framework/build-script
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2015,2017
# Contributors Listed Below - COPYRIGHT 2015,2018
# [+] International Business Machines Corp.
#
#
Expand Down Expand Up @@ -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 &
Expand Down

0 comments on commit da99f39

Please sign in to comment.