[zorg] r182109 - Adding selfhosting ARM bot
Renato Golin
renato.golin at linaro.org
Fri May 17 11:51:37 PDT 2013
Hi Galina,
Please restart master whenever possible. The bot is ready to switch.
cheers,
--renato
On 17 May 2013 16:15, Renato Golin <renato.golin at linaro.org> wrote:
> Author: rengolin
> Date: Fri May 17 10:15:17 2013
> New Revision: 182109
>
> URL: http://llvm.org/viewvc/llvm-project?rev=182109&view=rev
> Log:
> Adding selfhosting ARM bot
>
> Modified:
> zorg/trunk/buildbot/osuosl/master/config/builders.py
>
> Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
> URL:
> http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=182109&r1=182108&r2=182109&view=diff
>
> ==============================================================================
> --- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
> +++ zorg/trunk/buildbot/osuosl/master/config/builders.py Fri May 17
> 10:15:17 2013
> @@ -229,6 +229,21 @@ def _get_clang_builders():
> # '--with-float=hard',
> # '--enable-targets=arm'])},
>
> + ## Cortex-A9 check-all self-host
> + {'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=[ '--with-cpu=cortex-a9',
> + '--with-fpu=neon',
> + '--with-float=hard',
> + '--enable-targets=arm'])}
> +
> {'name' : "clang-native-arm-lnt",
> 'slavenames':["linaro-chrome-01"],
> 'builddir':"clang-native-arm-lnt",
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130517/04e1f01d/attachment.html>
More information about the llvm-commits
mailing list