search for: defaultbranch

Displaying 6 results from an estimated 6 matches for "defaultbranch".

2008 Dec 10
2
[LLVMdev] Trouble Building llvm-gcc-4.2
...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(Configure(workdir="llvm-gcc-4.2/obj", command=["../src/configure", WithProperties("--prefix=%s/install", "absbuildd...
2008 Dec 10
0
[LLVMdev] Trouble Building llvm-gcc-4.2
...ig, 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(Configure(workdir="llvm-gcc-4.2/obj", command=["../src/configure", > WithProperties("--prefix=%s/insta...
2008 Dec 10
2
[LLVMdev] Trouble Building llvm-gcc-4.2
...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(Configure(workdir="llvm-gcc-4.2/obj", > > command=["../src/configure", WithProperties...
2008 Dec 10
0
[LLVMdev] Trouble Building llvm-gcc-4.2
...g 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(Configure(workdir="llvm-gcc-4.2/obj", >>> command=["../src/configure",...
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