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 2017/03/07 21:48:36 UTC

[trafficserver] branch master updated: Argh, only turn ccache on for clang on FreeBSD for now

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  b1c763c   Argh, only turn ccache on for clang on FreeBSD for now
b1c763c is described below

commit b1c763c12493d866694c747fcd59c7b6f5f3daae
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue Mar 7 13:48:25 2017 -0800

    Argh, only turn ccache on for clang on FreeBSD for now
---
 ci/jenkins/bin/build.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ci/jenkins/bin/build.sh b/ci/jenkins/bin/build.sh
index f9ae8fc..0bc4c54 100755
--- a/ci/jenkins/bin/build.sh
+++ b/ci/jenkins/bin/build.sh
@@ -20,9 +20,10 @@
 enable_debug=""
 test "${JOB_NAME#*type=debug}" != "${JOB_NAME}" && enable_debug="--enable-debug"
 
-# When to turn on ccache for everything (even clang now)
+# When to turn on ccache, disabled for all clang / llvm builds
 enable_ccache="--enable-ccache"
-#test "${JOB_NAME#*compiler=clang}" != "${JOB_NAME}" && enable_ccache=""
+test "${JOB_NAME#*compiler=clang}" != "${JOB_NAME}" && enable_ccache=""
+test "${JOB_NAME#freebsd_}" != "${JOB_NAME}" && enable_ccache="--enable-ccache"
 
 # When to enable -Werror, turned off for RHEL5 node (due to LuaJIT / gcc issues on RHEL5)
 enable_werror="--enable-werror"

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