On Fri, Oct 29, 2010 at 6:54 PM, Ashar Voultoiz hashar+wmf@free.fr wrote:
Hello,
I fixed a bug today following a failed Cruise control build. I noticed the build time was roughly 14 minutes, most of it spend by phpdoc building the documentation. The xml log file is 6MB and 13800 lines are phpdoc related.
That's been the average run for awhile (hint: it used to be longer when we tried doing code coverage. That's why we don't do that report right now). It's annoying, I agree.
_ is there any reason to use phpdoc instead of doxygen ?
Absolutely not. We already auto-build doxygen[0], daily I think? I'm going to disable this in cruise control. Should significantly cut down on our build times.
-Chad