Displaying 4 results from an estimated 4 matches for "cmakebuildfactory".
2015 Jun 10
2
[LLVMdev] Contributing a buildbot for the BPF backend
...support cmake, so it wouldn't do what you
think it will. For the same reason your slave properties (jobs and
loadaverage) wouldn't work.
See zorg/buildbot/builders/LLVMBuilder.py for more details.
You either build LLVM with configure (this is what the existing LLVM
factory does), add a new CMakeBuildFactory to support cmake, or build
LLVM+clang with cmake by using a clang build factory.
If you use any of the existing build factories, you do not really need a
local master. You can add your builder and your slave to the lab.llvm.org
master and move from there.
As the first step you will be adding your...
2015 Jun 17
2
[LLVMdev] Contributing a buildbot for the BPF backend
...gt;> it will. For the same reason your slave properties (jobs and loadaverage)
>> wouldn't work.
>> See zorg/buildbot/builders/LLVMBuilder.py for more details.
>>
>> You either build LLVM with configure (this is what the existing LLVM factory
>> does), add a new CMakeBuildFactory to support cmake, or build LLVM+clang
>> with cmake by using a clang build factory.
>>
>> If you use any of the existing build factories, you do not really need a
>> local master. You can add your builder and your slave to the lab.llvm.org
>> master and move from there...
2015 Jun 18
2
[LLVMdev] Contributing a buildbot for the BPF backend
...;> loadaverage)
>> >> wouldn't work.
>> >> See zorg/buildbot/builders/LLVMBuilder.py for more details.
>> >>
>> >> You either build LLVM with configure (this is what the existing LLVM
>> >> factory
>> >> does), add a new CMakeBuildFactory to support cmake, or build
>> >> LLVM+clang
>> >> with cmake by using a clang build factory.
>> >>
>> >> If you use any of the existing build factories, you do not really need
>> >> a
>> >> local master. You can add your builde...
2015 May 08
2
[LLVMdev] Contributing a buildbot for the BPF backend
Hi everyone,
I am working with Alexei Starovoitov to contribute an LLVM buildbot
for the experimental BPF backend.
I am following the steps at [1] to setup a buildbot and I was mostly
successful: I was able to setup a slave and a temporary master to
check its base config.
Now I'm not sure about the next step: patching the "slaves.py" and
"builders.py" files in zorg.
* Is