[LLVMdev] Buildbot now up and new build failures

Daniel Berlin dberlin at dberlin.org
Mon Nov 3 14:40:34 PST 2008


On Mon, Nov 3, 2008 at 4:58 PM, Scott Graham <scott.llvm at h4ck3r.net> wrote:
> On Sun, Nov 2, 2008 at 1:02 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
>> I set up a buildbot for llvm at http://google1.osuosl.org:8011/waterfall
>> It builds every single revision of llvm, runs the testsuite, and
>> reports the results.  It takes about 3 minutes per build+test right
>> now (it's an 8 core machine).
>>
>> Currently i have it building x86_64-linux.
>> Setting up a builder/slave for any platform would be trivial.
>
> I'd like to volunteer a Windows build slave, building via Visual
> Studio (or CMake->VS) as that's the configuration I care about. Is
> that plausible?

If you can build it via a series of repeatable steps, it should be doable.
You can have different build steps for different builders/platforms if
you want, so for win32 we could do whatever is necessary to make it
run there.

>
> Before worrying about the buildbot part, I suppose I need to be able
> run the tests. Do people do that regularly on Windows? It seems the
> makefiles depend on running configure, but perhaps some (scary) hybrid
> of building via VS, and running 'make check' under devilspawn^Hcygwin
> is possible?
>
> scott
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



More information about the llvm-dev mailing list