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/04/17 20:08:30 UTC

[trafficserver] branch master updated: Comment out the invocation for Solaris for the CI

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  afb415a   Comment out the invocation for Solaris for the CI
afb415a is described below

commit afb415abeea3c88a7fe82b9035baee39206f86fb
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Sun Apr 17 12:08:25 2016 -0600

    Comment out the invocation for Solaris for the CI
---
 ci/jenkins/bin/environment.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ci/jenkins/bin/environment.sh b/ci/jenkins/bin/environment.sh
index d4b5776..eabf3e4 100755
--- a/ci/jenkins/bin/environment.sh
+++ b/ci/jenkins/bin/environment.sh
@@ -60,4 +60,6 @@ fi
 
 # Figure out parallelism for regular builds / bots
 ATS_MAKE_FLAGS="-j 4"
-[ -x /usr/sbin/psrinfo ] && ATS_MAKE_FLAGS="-j $(/usr/sbin/psrinfo -p)" # Conservative on Solaris
+
+# 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>'].