search for: buildstep

Displaying 4 results from an estimated 4 matches for "buildstep".

2008 Dec 10
2
[LLVMdev] Trouble Building llvm-gcc-4.2
...ot;--enable-checking" > > f.addStep(Configure(workdir="llvm-gcc-4.2/obj", > > command=["../src/configure", WithProperties("--prefix=%s/install", > > "absbuilddir"), > > Are you sure buildbot provides absbuilddir? Yes, I wrote a BuildStep to compute it. I know it picks it up because the error used to tell me to provide an absolute path. That happened during the configure stage. > > The initial configure of llvm-gcc-4.2 works just fine. It's the actual > > build that fails, when the configure is done is subdirect...
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/',
2008 Dec 10
0
[LLVMdev] Trouble Building llvm-gcc-4.2
...(Configure(workdir="llvm-gcc-4.2/obj", >>> command=["../src/configure", WithProperties("--prefix=%s/install", >>> "absbuilddir"), >>> >> Are you sure buildbot provides absbuilddir? >> > > Yes, I wrote a BuildStep to compute it. I know it picks it up because the > error used to tell me to provide an absolute path. That happened during > the configure stage. > > >>> The initial configure of llvm-gcc-4.2 works just fine. It's the actual >>> build that fails, when the co...
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 ==