Displaying 3 results from an estimated 3 matches for "stage1_config".
2011 Nov 19
1
[LLVMdev] [llvm-commits] [zorg] r144978 - /zorg/trunk/buildbot/osuosl/master/config/builders.py
.../buildbot/osuosl/master/config/builders.py Fri Nov 18 13:49:26 2011
@@ -200,14 +200,14 @@
'slavenames':["kistanova6"],
'builddir':"clang-native-arm-cortex-a9",
'factory' : ClangBuilder.getClangBuildFactory(
+ stage1_config='Release+Asserts',
extra_configure_args=['--build=armv7l-unknown-linux-gnueabi',
'--host=armv7l-unknown-linux-gnueabi',
'--target=armv7l-unknown-linux-gnueabi',...
2013 Apr 15
0
[LLVMdev] Self-host buildbot
...{'name': "clang-native-arm-cortex-a9-self-host",
'slavenames':["linaro-panda-02"],
'builddir':"clang-native-arm-cortex-a9-self-host",
'factory' : ClangBuilder.getClangBuildFactory(
stage1_config='Release+Asserts',
stage2_config='Release+Asserts',
useTwoStage=True,
clean=False,
test=False,
extra_configure_args=['--build=armv7l-unknown-linux-gnueabihf',
'--host=armv7l-unknown-l...
2013 Feb 06
1
[LLVMdev] [zorg] r174421 - Adding cortex-a15 experimental buildbot
On 6 February 2013 16:00, David Tweed <david.tweed at arm.com> wrote:
> Looking at the output from the a15 buildbot it looks like you are choosing
> to do a "make clean".
>
I'm not choosing, this is the default "Clang" run. ;)
If more people feel inclined to change the Clang build on all buildbots to
use CMake / Ninja, I'm up for it, too. Galina, have