[zorg] r237853 - [zorg] disable llgo builder

Jonathan Roelofs jonathan at codesourcery.com
Wed May 20 16:28:51 PDT 2015



On 5/20/15 5:21 PM, Andrew Wilkins wrote:
> Author: axw
> Date: Wed May 20 18:21:05 2015
> New Revision: 237853
>
> URL: http://llvm.org/viewvc/llvm-project?rev=237853&view=rev
> Log:
> [zorg] disable llgo builder
>
> Summary:
> The llgo builder is currently timing out on its test step,
> as the output buffered and not sent to the console during
> the run. We need a fix in Ninja before we can update CMake
> to send output to the console. Disabling the builder until
> that happens.

Can you set it to build with a different cmake generator (other than 
ninja) in the meantime?

Jon

>
> Reviewers: gkistanova
>
> Reviewed By: gkistanova
>
> Subscribers: llvm-commits
>
> Differential Revision: http://reviews.llvm.org/D9872
>
> 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=237853&r1=237852&r2=237853&view=diff
> ==============================================================================
> --- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
> +++ zorg/trunk/buildbot/osuosl/master/config/builders.py Wed May 20 18:21:05 2015
> @@ -740,10 +740,10 @@ def _get_lld_builders():
>   # llgo builders.
>   def _get_llgo_builders():
>       return [
> -          {'name': "llgo-x86_64-linux",
> -           'slavenames': ["llgo-builder"],
> -           'builddir': "llgo-x86_64-linux",
> -           'factory': LLGoBuilder.getLLGoBuildFactory()},
> +    #      {'name': "llgo-x86_64-linux",
> +    #       'slavenames': ["llgo-builder"],
> +    #       'builddir': "llgo-x86_64-linux",
> +    #       'factory': LLGoBuilder.getLLGoBuildFactory()},
>       ]
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded



More information about the llvm-commits mailing list