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

Alexander Kornienko via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 10:11:57 PDT 2016


Galina, could you make the buildmaster re-read the configuration?

BTW, it should be easy to set up a cron job to run "buildbot reconfig" when
the configuration files change. I'm not sure, whether it will retain the
state of all build slaves, but we could try. What do you think?

On Sep 1, 2016 6:29 PM, "Aaron Ballman" <aaron at aaronballman.com> wrote:

> On Thu, Sep 1, 2016 at 7:21 AM, 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.
>
> I'm not certain the builders picked up this change, because the
> clang-tools-sphinx bot is still not building properly:
>
> http://lab.llvm.org:8011/builders/clang-tools-sphinx-docs/builds/87
>
> ~Aaron
>
> >
> > 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/20160901/60fee8c5/attachment.html>


More information about the llvm-commits mailing list