[zorg] r214896 - Move LLDB buildbot to a new machine

Zachary Turner zturner at google.com
Tue Aug 5 13:03:10 PDT 2014


Sorry, meant to Reply to All.


On Tue, Aug 5, 2014 at 1:02 PM, Zachary Turner <zturner at google.com> wrote:

> Looks like it's failing to #include Python.h on this machine.  Is Python
> installed and in the include path?
>
>
> On Tue, Aug 5, 2014 at 10:46 AM, Dmitri Gribenko <gribozavr at gmail.com>
> wrote:
>
>> Author: gribozavr
>> Date: Tue Aug  5 12:46:58 2014
>> New Revision: 214896
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=214896&view=rev
>> Log:
>> Move LLDB buildbot to a new machine
>>
>> Modified:
>>     zorg/trunk/buildbot/osuosl/master/config/builders.py
>>
>> Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
>> URL:
>> http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=214896&r1=214895&r2=214896&view=diff
>>
>> ==============================================================================
>> --- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
>> +++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Aug  5
>> 12:46:58 2014
>> @@ -543,8 +543,8 @@ def _get_lldb_builders():
>>  #
>>      return [
>>          {'name': "lldb-x86_64-debian-clang",
>> -         'slavenames': ["gribozavr1"],
>> -         'builddir': "lldb-x86_64-clang",
>> +         'slavenames': ["gribozavr5"],
>> +         'builddir': "lldb-x86_64-clang-ubuntu-14.04",
>>           'factory': LLDBBuilder.getLLDBBuildFactory(triple=None, # use
>> default
>>
>>  extra_configure_args=['--enable-cxx11', '--enable-optimized',
>> '--enable-assertions'],
>>
>>  env={'PATH':'/home/llvmbb/bin/clang-latest/bin:/home/llvmbb/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games'})},
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140805/24558d96/attachment.html>


More information about the llvm-commits mailing list