[zorg] r280354 - Checkout cfe when building clang-tools-extra docs.

Alexander Kornienko via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 08:14:28 PDT 2016


This doesn't seem to help: the build still fails
<http://lab.llvm.org:8011/builders/clang-tools-sphinx-docs/builds/144/steps/docs-clang-tools-html/logs/stdio>.
Any ideas? An access to the build slave might help figuring out the cause.

On Thu, Sep 1, 2016 at 1:21 PM, Alexander Kornienko via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: alexfh
> Date: Thu Sep  1 06:21:04 2016
> New Revision: 280354
>
> URL: http://llvm.org/viewvc/llvm-project?rev=280354&view=rev
> Log:
> Checkout cfe when building clang-tools-extra docs.
>
> Summary:
> Checkout cfe when building clang-tools-extra docs. Otherwise cmake
> doesn't find clang-tools-extra cmake files.
>
> Reviewers: gribozavr
>
> Subscribers: cfe-commits
>
> Differential Revision: https://reviews.llvm.org/D24024
>
> Modified:
>     zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
>
> Modified: zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
> URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/
> buildbot/builders/SphinxDocsBuilder.py?rev=280354&r1=280353&r2=280354&
> view=diff
> ============================================================
> ==================
> --- zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py (original)
> +++ zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py Thu Sep  1
> 06:21:04 2016
> @@ -32,7 +32,7 @@ def getSphinxDocsBuildFactory(
>                    defaultBranch='trunk',
>                    workdir=llvm_srcdir))
>
> -    if clang_html:
> +    if clang_html or clang_tools_html:
>          f.addStep(SVN(name='svn-clang',
>                        mode='update',
>                        baseURL='http://llvm.org/svn/llvm-project/cfe/',
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160905/f8c181ae/attachment.html>


More information about the llvm-commits mailing list