Displaying 8 results from an estimated 8 matches for "addstep".
Did you mean:
addsp
2008 Dec 10
2
[LLVMdev] Trouble Building llvm-gcc-4.2
I'm almost finished with the BuildBot validation config, but I'm having
trouble convincing it to compiler llvm-gcc-4.2.
Here's the relevant portion of the config:
f.addStep(SVN(workdir="llvm-gcc-4.2/src", mode='clobber',
baseURL='http://llvm.org/svn/llvm-project/llvm-gcc-4.2/',
defaultBranch='trunk'))
checking=""
if optimized == "--disable-optimized":
checking="--enable-checking"
f.addStep(Con...
2008 Dec 10
0
[LLVMdev] Trouble Building llvm-gcc-4.2
On 2008-12-10 19:54, David Greene wrote:
> I'm almost finished with the BuildBot validation config, but I'm having
> trouble convincing it to compiler llvm-gcc-4.2.
>
> Here's the relevant portion of the config:
>
> f.addStep(SVN(workdir="llvm-gcc-4.2/src", mode='clobber',
> baseURL='http://llvm.org/svn/llvm-project/llvm-gcc-4.2/',
> defaultBranch='trunk'))
> checking=""
> if optimized == "--disable-optimized":
> checking="--enable-check...
2008 Dec 10
2
[LLVMdev] Trouble Building llvm-gcc-4.2
...k Edwin wrote:
> On 2008-12-10 19:54, David Greene wrote:
> > I'm almost finished with the BuildBot validation config, but I'm having
> > trouble convincing it to compiler llvm-gcc-4.2.
> >
> > Here's the relevant portion of the config:
> >
> > f.addStep(SVN(workdir="llvm-gcc-4.2/src", mode='clobber',
> > baseURL='http://llvm.org/svn/llvm-project/llvm-gcc-4.2/',
> > defaultBranch='trunk'))
> > checking=""
> > if optimized == "--disable-optimized":
> > checki...
2008 Dec 10
0
[LLVMdev] Trouble Building llvm-gcc-4.2
...0 19:54, David Greene wrote:
>>
>>> I'm almost finished with the BuildBot validation config, but I'm having
>>> trouble convincing it to compiler llvm-gcc-4.2.
>>>
>>> Here's the relevant portion of the config:
>>>
>>> f.addStep(SVN(workdir="llvm-gcc-4.2/src", mode='clobber',
>>> baseURL='http://llvm.org/svn/llvm-project/llvm-gcc-4.2/',
>>> defaultBranch='trunk'))
>>> checking=""
>>> if optimized == "--disable-optimized":
>>...
2013 Jan 08
0
[LLVMdev] [cfe-dev] ARM failures
On Tue, Jan 8, 2013 at 10:01 AM, David Tweed <David.Tweed at arm.com> wrote:
> | Certainly slow builders are problematic. The phase-based building
> | system David Dean is setting up may help mitigate some of this (it
> | should make better use of the resources we have, as well as allowing
> | us to benefit (in the form of smaller blame lists, though not
> | necessarily lower
2013 Jan 08
2
[LLVMdev] [cfe-dev] ARM failures
| Certainly slow builders are problematic. The phase-based building
| system David Dean is setting up may help mitigate some of this (it
| should make better use of the resources we have, as well as allowing
| us to benefit (in the form of smaller blame lists, though not
| necessarily lower buildbot result latency) from additional resources
| by allowing greater parallelism).
There's
2018 Jan 27
0
svn problem checking out test suite
Hi Bill,
I believe you just need to update the urls in the various .py files at http://llvm.org/svn/llvm-project/zorg/trunk/zorg/buildbot/builders/ <http://llvm.org/svn/llvm-project/zorg/trunk/zorg/buildbot/builders/>. After that, the buildmaster will need restarting. Hopefully all the bots support https, but it can be made optional if that's not the case.
> On 26 Jan 2018, at
2018 Jan 26
2
svn problem checking out test suite
It could be. I am not sure what is running upstream of the affected
machines though it is odd that only those using late releases of svn are
affected.
I did try using https for a by-hand checkout and that worked but I don't
know how to change the buildbots to use https instead of http. I sent a
note off to the person who runs the buildbot master.
On 01/26/2018 02:22 PM, Don Hinton