You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by James Peach <jp...@apache.org> on 2014/12/17 17:18:11 UTC

Re: trafficserver git commit: Enable a few more options for the base build

Does this mean that all our CI builds now use --enable-reclaimable-freelist?


> On Dec 17, 2014, at 7:07 AM, zwoop@apache.org wrote:
> 
> Repository: trafficserver
> Updated Branches:
>  refs/heads/master 8993142d4 -> 76db63d70
> 
> 
> Enable a few more options for the base build
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
> Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/76db63d7
> Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/76db63d7
> Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/76db63d7
> 
> Branch: refs/heads/master
> Commit: 76db63d70cde6dd08d495372202df0b07e560b1b
> Parents: 8993142
> Author: Leif Hedstrom <zw...@apache.org>
> Authored: Wed Dec 17 08:07:13 2014 -0700
> Committer: Leif Hedstrom <zw...@apache.org>
> Committed: Wed Dec 17 08:07:13 2014 -0700
> 
> ----------------------------------------------------------------------
> ci/jenkins/bin/in_tree.sh     | 4 +++-
> ci/jenkins/bin/out_of_tree.sh | 2 ++
> 2 files changed, 5 insertions(+), 1 deletion(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/76db63d7/ci/jenkins/bin/in_tree.sh
> ----------------------------------------------------------------------
> diff --git a/ci/jenkins/bin/in_tree.sh b/ci/jenkins/bin/in_tree.sh
> index 1aff446..5859774 100755
> --- a/ci/jenkins/bin/in_tree.sh
> +++ b/ci/jenkins/bin/in_tree.sh
> @@ -29,9 +29,11 @@ autoreconf -fi
>     --enable-ccache \
>     --enable-werror \
>     --enable-experimental-plugins \
> -    ${enable_cppapi} \
>     --enable-example-plugins \
>     --enable-test-tools \
> +    --enable-reclaimable-freelist \
> +    --enable-wccp \
> +    ${enable_cppapi} \
>     CORES=2
> 
> ${ATS_MAKE} -j5 V=1
> 
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/76db63d7/ci/jenkins/bin/out_of_tree.sh
> ----------------------------------------------------------------------
> diff --git a/ci/jenkins/bin/out_of_tree.sh b/ci/jenkins/bin/out_of_tree.sh
> index f04b276..09fdec5 100755
> --- a/ci/jenkins/bin/out_of_tree.sh
> +++ b/ci/jenkins/bin/out_of_tree.sh
> @@ -28,6 +28,8 @@ mkdir -p BUILDS && cd BUILDS
>     --enable-experimental-plugins \
>     --enable-example-plugins \
>     --enable-test-tools \
> +    --enable-reclaimable-freelist \
> +    --enable-wccp \
>     CORES=2
> 
> ${ATS_MAKE} -j5 V=1
> 


Re: trafficserver git commit: Enable a few more options for the base build

Posted by James Peach <jp...@apache.org>.
> On Dec 17, 2014, at 8:24 AM, Leif Hedstrom <zw...@apache.org> wrote:
> 
> 
>> On Dec 17, 2014, at 9:18 AM, James Peach <jp...@apache.org> wrote:
>> 
>> Does this mean that all our CI builds now use --enable-reclaimable-freelist?
> 
> 
> No, only 2 of them. I didn’t want to do it for everything, because this is the “uncommon” path.

Great, I agree with that :)

J

Re: trafficserver git commit: Enable a few more options for the base build

Posted by James Peach <jp...@apache.org>.
> On Dec 17, 2014, at 8:24 AM, Leif Hedstrom <zw...@apache.org> wrote:
> 
> 
>> On Dec 17, 2014, at 9:18 AM, James Peach <jp...@apache.org> wrote:
>> 
>> Does this mean that all our CI builds now use --enable-reclaimable-freelist?
> 
> 
> No, only 2 of them. I didn’t want to do it for everything, because this is the “uncommon” path.

Great, I agree with that :)

J

Re: trafficserver git commit: Enable a few more options for the base build

Posted by Leif Hedstrom <zw...@apache.org>.
> On Dec 17, 2014, at 9:18 AM, James Peach <jp...@apache.org> wrote:
> 
> Does this mean that all our CI builds now use --enable-reclaimable-freelist?


No, only 2 of them. I didn’t want to do it for everything, because this is the “uncommon” path.

— Leif


Re: trafficserver git commit: Enable a few more options for the base build

Posted by Leif Hedstrom <zw...@apache.org>.
> On Dec 17, 2014, at 9:18 AM, James Peach <jp...@apache.org> wrote:
> 
> Does this mean that all our CI builds now use --enable-reclaimable-freelist?


No, only 2 of them. I didn’t want to do it for everything, because this is the “uncommon” path.

— Leif