similar to: [LLVMdev] Build bot for documentation?

Displaying 20 results from an estimated 8000 matches similar to: "[LLVMdev] Build bot for documentation?"

2014 Apr 28
2
[LLVMdev] Build bot for documentation?
> Please go ahead. We can host the buildbot here: > > http://lab.llvm.org:8011/buildslaves/gribozavr4 Thanks. I guess I'll have to do some reading because I don't have a good high level understanding of how the build bot works. For gribozavr4 does that mean running a new buildbot slave process on the machine or can slaves build multiple configurations (is this the same as what
2014 Aug 05
2
[LLVMdev] Build bot for documentation?
Hi Dmitri, Sorry it's taken so long for me to take a look at this. I've finally found some free time to look at this :) I've got created a factory for building Sphinx documentation on my local machine and that's mostly working so I plan to submit a patch soon. Can I check a few things with you? - Is it still okay to use 'gribozavr4' as the build slave? - The factory
2014 Aug 04
4
[LLVMdev] [cfe-dev] zorg config for libc++/libc++abi
On 04/08/2014 16:20, Dmitri Gribenko wrote: > On Mon, Aug 4, 2014 at 2:20 PM, Dan Liew <dan at su-root.co.uk> wrote: >>>> Second, is there a simple way to test the builder and config before I >>>> commit >>>> it? >>> >>> I am afraid not. >>> >> >> But there is a ugly (and certainly not simple) way to partially test
2014 Aug 04
2
[LLVMdev] zorg config for libc++/libc++abi
> > Second, is there a simple way to test the builder and config before I commit > > it? > > I am afraid not. > But there is a ugly (and certainly not simple) way to partially test the builder that I mentioned recently [1]. I say partially because I ended up removing all the builders apart from my own. @Dmitri - Has anyone considered reorganising zorg so it is easier to
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
Dmitri Gribenko <gribozavr at gmail.com> writes: > On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote: >> The document here explains pretty well how to add a buildslave to the >> buildbot: >> >> http://llvm.org/docs/HowToAddABuilder.html >> >> However, it's not clear to me how to add a new build config. I would >> like
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
The document here explains pretty well how to add a buildslave to the buildbot: http://llvm.org/docs/HowToAddABuilder.html However, it's not clear to me how to add a new build config. I would like to add a buildslave that builds with -Werror so we can catch and correct warnings early. How should I go about adding a new build configuration? Do I edit one of the .py files in zorg? Thanks!
2011 Oct 27
2
[LLVMdev] How to add builder info. Need advice
2011/10/27 Tanya Lattner <lattner at apple.com>: > Put it in the llvm/docs directory and link to the main documentation page? Maybe add a link the main buildbot page too. I rather suggest; - Put instructions to zorg - Add a link to lab.llvm.org/instruction.html in llvm.org website. llvm/docs might be suitable if llvm-specific issues in buildslaves. ...Takumi >> 7.  Fill the
2015 Aug 01
1
[LLVMdev] [libcxx] How to update libcxx.llvm.org to use Sphinx generated doc?
On Fri, Jul 31, 2015 at 12:01 AM, Dan Liew <dan at su-root.co.uk> wrote: > Hi Eric, > > On 20 July 2015 at 10:41, Eric Fiselier <eric at efcs.ca> wrote: >> Hi All, >> >> I'm working on rewriting libc++'s documentation using Sphinx. >> Hopefully it will be easier to write and maintain documentation using >> restructured text and not HTML.
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
Dmitri Gribenko <gribozavr at gmail.com> writes: > On Tue, Jan 15, 2013 at 7:07 PM, <dag at cray.com> wrote: >> Dmitri Gribenko <gribozavr at gmail.com> writes: >> >>> On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote: >>>> The document here explains pretty well how to add a buildslave to the >>>> buildbot:
2015 Jul 31
0
[LLVMdev] [libcxx] How to update libcxx.llvm.org to use Sphinx generated doc?
Hi Eric, On 20 July 2015 at 10:41, Eric Fiselier <eric at efcs.ca> wrote: > Hi All, > > I'm working on rewriting libc++'s documentation using Sphinx. > Hopefully it will be easier to write and maintain documentation using > restructured text and not HTML. > > What steps do I need to take to get libc++ a Sphinx builder and get > the required changes made for
2013 Jan 15
0
[LLVMdev] Adding a Buildbot Config
On Tue, Jan 15, 2013 at 7:07 PM, <dag at cray.com> wrote: > Dmitri Gribenko <gribozavr at gmail.com> writes: > >> On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote: >>> The document here explains pretty well how to add a buildslave to the >>> buildbot: >>> >>> http://llvm.org/docs/HowToAddABuilder.html >>>
2013 Nov 14
3
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
On 14 November 2013 17:43, Mikael Lyngvig <mikael at lyngvig.org> wrote: > Renato, thanks for your elaborate walk-through of the issues with ARM > boards. I'm trying to add some of this to the "How to Build on ARM" > document and will submit a patch later on. > Nice, thanks! That would be great! Unfortunately, my personal budget does not allow me more than a
2014 Aug 01
3
[LLVMdev] Documentation for adding builders and slaves to zorg?
Hi all, I'm working on adding a new buildbot. I'm don't understand what is required when patching zorg's builders.py and slaves.py. Is there any documentation on this? Would anybody be willing to help? Best, Eric Fiselier -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Sep 12
2
I've gone and broken the build
Apparently I've gone and broken the build. As a newbie, I have no idea how fix this. The connection between my change and this problem is unclear to me. Any help would be appreciated. -------------------------------------- The Buildbot has detected a new failure on builder openmp-gcc-x86_64-linux-debian while building llvm. Full details are available at:
2013 Jan 15
0
[LLVMdev] Adding a Buildbot Config
On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote: > The document here explains pretty well how to add a buildslave to the > buildbot: > > http://llvm.org/docs/HowToAddABuilder.html > > However, it's not clear to me how to add a new build config. I would > like to add a buildslave that builds with -Werror so we can catch and > correct warnings
2015 Jul 20
4
[LLVMdev] [libcxx] How to update libcxx.llvm.org to use Sphinx generated doc?
Hi All, I'm working on rewriting libc++'s documentation using Sphinx. Hopefully it will be easier to write and maintain documentation using restructured text and not HTML. What steps do I need to take to get libc++ a Sphinx builder and get the required changes made for libcxx.llvm.org? /Eric
2011 Nov 03
0
[LLVMdev] How to add builder info. Need advice
Takumi, Tanya, Thanks for the suggestions! The first draft is in the SVN ( llvm/trunk/docs/HowToAddABuilder.html). I'd rather keep documentation with the documentation. Plus I'd like us to be able to have multiple buildmasters later if we want to (pre-release staging, for instance) without re-arranging the stuff again. By the way, it looks like web doesn't get auto-updated from the
2016 May 27
2
[cfe-dev] Setting up a silent buildslave
I was hoping to avoid the trouble of having to setup a master buildbot. But may be it's just easier to run Zorg as-is locally alongside the buildslave. I'll give that a go. Cheers, / Asiri On Fri, May 27, 2016 at 8:45 PM, Yaron Keren <yaron.keren at gmail.com> wrote: > You don't really need to use the llvm builders infrastructure, just setup > a local jenkins (or
2013 Nov 14
5
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
Hi Dmitri, I am not using any kind of cache (didn't even know of ccache). I have now installed ccache. Perhaps ccache should be mentioned in the buildbot document so that every buildbot owner knows about it? It is currently running Arch Linux ARM. if there are good reasons to switch to something else, I'll be happy to do that, although I am generally very happy about Arch Linux.
2013 Nov 14
2
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
Hi guys, I have this ODROID XU (quad-core ARMv7 Cortex A15 1,6 GHz) box that I want to make available to the LLVM project. I can see that LLVM already has an ARMv7 Cortex A9 system doing Clang, but how should this box be used, if at all? We're talking a long-term commitment within the realm of being a buildbot slave. It builds LLVM in about 40 minutes, excluding the test suite.