-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26720/#review56632
-----------------------------------------------------------

Ship it!



build-support/thrift/Makefile
<https://reviews.apache.org/r/26720/#comment97016>

    Not your issue but this line appears impossible to execute.


- Kevin Sweeney


On Oct. 14, 2014, 5:59 p.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/26720/
> -----------------------------------------------------------
> 
> (Updated Oct. 14, 2014, 5:59 p.m.)
> 
> 
> Review request for Aurora, Kevin Sweeney and Zameer Manji.
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> Limit the amount of work done while bootstrapping thrift.
> 
> 
> Diffs
> -----
> 
>   build-support/thrift/Makefile 2b62b15ee946862b2bea6a4df2b7fdec2be1426a 
> 
> Diff: https://reviews.apache.org/r/26720/diff/
> 
> 
> Testing
> -------
> 
> Through a single trial on my workstation:
> 
> Before this patch:
>     $ git clean -fdx
>     $ time ./gradlew build > /dev/null
>     real      2m2.406s
>     user      5m14.128s
>     sys       0m12.222s
> 
> After this patch:
>     $ git clean -fdx
>     $ time ./gradlew build > /dev/null
>     real      1m30.926s
>     user      5m18.393s
>     sys       0m11.148s
> 
> 
> Thanks,
> 
> Bill Farner
> 
>

Reply via email to