You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2016/05/11 23:31:46 UTC

[trafficserver] branch master updated: Restore the build parallelism as it was

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  48f09d3   Restore the build parallelism as it was
48f09d3 is described below

commit 48f09d3a45f065c38addce731f9fe829c6dd3443
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed May 11 16:31:06 2016 -0700

    Restore the build parallelism as it was
---
 ci/jenkins/bin/environment.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/jenkins/bin/environment.sh b/ci/jenkins/bin/environment.sh
index 0c51679..a15c185 100755
--- a/ci/jenkins/bin/environment.sh
+++ b/ci/jenkins/bin/environment.sh
@@ -59,7 +59,7 @@ if test "${JOB_NAME#*compiler=clang}" != "${JOB_NAME}"; then
 fi
 
 # Figure out parallelism for regular builds / bots
-ATS_MAKE_FLAGS="-j5"
+ATS_MAKE_FLAGS="-j4"
 
 # This is for Solaris, but didn't seem to work
 #[ -x /usr/sbin/psrinfo ] && ATS_MAKE_FLAGS="-j $(/usr/sbin/psrinfo -p)" # Conservative on Solaris

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].