[LLVMdev] Buildbots: Apology and Explanation

Misha Brukman brukman at gmail.com
Sun Aug 30 19:37:30 PDT 2009


On Sun, Aug 30, 2009 at 12:33 AM, Daniel Berlin <dberlin at dberlin.org> wrote:

> If someone wants to complain there machine isn't fast enough to run
> the tests in a reasonable time period, i'm happy to set up a try
> server on the x86_64 machine and you can get your patches tested fast.


And for the folks who keep multiple patches in the same SVN checkout dir,
you should test your patch alone before you submit.

Clearly, patching in your change into a new clean SVN workspace and
rebuilding and re-running all tests will take some time; for this, I
recommend using a compiler cache, e.g. ccache, which should allow everyone
to have a single SVN workspace per logical change, so that you're testing
exactly what you're about to commit.

Misha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090830/7dd32eb3/attachment.html>


More information about the llvm-dev mailing list