search for: howtoaddabuilder

Displaying 20 results from an estimated 54 matches for "howtoaddabuilder".

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!...
2013 Nov 14
3
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
A quick question while I am adding a tiny section on ccache to the HowToAddABuilder document: Why do you set CCACHE_CPP2 to yes? From reading the manual, I get the impression that this is much slower than the default and that it should only be used with tricky compilers or when debugging. Is Clang such a tricky compiler? If so, I suppose Clang should be fixed, not the ccache co...
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 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 >&...
2020 Sep 29
3
[RFC] Backend for Motorola 6800 series CPU (M68k)
...is case? > Unfortunately, we don't have a centralised infrastructure like GCC. Each target community is responsible for maintaining their own buildbots. All we provide is the "build master", which aggregates all builds, email when there are regressions, etc. http://llvm.org/docs/HowToAddABuilder.html It should be trivial to copy & paste an existing bot config and change to add the experimental hardware (once it's in the tree). Pay attention to the version of buildbot you install, as using an even slightly different version can cause weird errors. (I'm sure you understand how...
2013 Mar 23
3
[LLVMdev] About commit TILE-Gx backend to community repository and default disabled
...y special advice here. It sounds like the general functionality level is high enough. Taking it into mainline sounds great, so long as it is reviewed by someone. thanks. I will commit after rebasing & re-testing the code on latest llvm mainline. And I will follow http://llvm.org/docs/HowToAddABuilder.html to setup a TILE-Gx buildbot. --- Regards, Jiong Tilera Corporation. > > -Chris > > >> >> ========== TILE-Gx Status =========== >> >> Features Supported >> === >> 1. general function. >> 2. PIC/TLS/JumpTable. >> 3. Instructoin Bundl...
2015 Jun 10
2
[LLVMdev] Contributing a buildbot for the BPF backend
Hello Marco, Welcome aboard! slaves.py keeps the build slaves definitions, builders.py keeps the builders definitions. You have to have both. The steps of adding a new slave is here: http://llvm.org/docs/HowToAddABuilder.html. Please make sure you done the step # 10 before bringing your slave up, otherwise it wouldn't be authorized by the master and will be blacklisted after multiple failures. To make sure the slave is ready, you can start from manually building and testing everything you want the build to do...
2015 May 08
2
[LLVMdev] Contributing a buildbot for the BPF backend
...nderstand the format of these files? For example, being BPF an experimental backend, I need to provide extra parameters to cmake at build time. * Also, is there a way to test these changes in zorg in a local environment before submitting the patch for review? Thank you! [1] http://llvm.org/docs/HowToAddABuilder.html Regards, Marco Leogrande Sent by a carbon-based life form; hence, it may contain repetitions, inaccuracies, logical fallacies and repetitions.
2015 Jun 17
2
[LLVMdev] Contributing a buildbot for the BPF backend
...at gmail.com> wrote: >> Hello Marco, >> >> Welcome aboard! >> >> slaves.py keeps the build slaves definitions, builders.py keeps the builders >> definitions. You have to have both. >> The steps of adding a new slave is here: >> http://llvm.org/docs/HowToAddABuilder.html. Please make sure you done the >> step # 10 before bringing your slave up, otherwise it wouldn't be authorized >> by the master and will be blacklisted after multiple failures. >> >> To make sure the slave is ready, you can start from manually building and >>...
2015 Jun 18
2
[LLVMdev] Contributing a buildbot for the BPF backend
...Welcome aboard! >> >> >> >> slaves.py keeps the build slaves definitions, builders.py keeps the >> >> builders >> >> definitions. You have to have both. >> >> The steps of adding a new slave is here: >> >> http://llvm.org/docs/HowToAddABuilder.html. Please make sure you done >> >> the >> >> step # 10 before bringing your slave up, otherwise it wouldn't be >> >> authorized >> >> by the master and will be blacklisted after multiple failures. >> >> >> >> To make sur...
2020 Oct 01
4
[RFC] Backend for Motorola 6800 series CPU (M68k)
...tralised infrastructure like > GCC. Each target community is responsible for maintaining their > own buildbots. > > All we provide is the "build master", which aggregates all builds, > email when there are regressions, etc. > > http://llvm.org/docs/HowToAddABuilder.html > <http://llvm.org/docs/HowToAddABuilder.html> > > It should be trivial to copy & paste an existing bot config and > change to add the experimental hardware (once it's in the tree). > > Pay attention to the version of buildbot you install, as usi...
2016 May 27
2
[cfe-dev] Setting up a silent buildslave
...bot >> (or complain to users when the builds fail). >> >> Would such a setup be possible? I looked at the documentation [1] but >> that seems to describe a normal buildslave setup. >> >> Thanks. >> >> / Asiri >> >> [1] http://llvm.org/docs/HowToAddABuilder.html >> >> _______________________________________________ >> cfe-dev mailing list >> cfe-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >> >> > -------------- next part -------------- An HTML attachment was scrubbed... U...
2011 Nov 05
1
[LLVMdev] Patch for root.html
...circles and some room on a hard drive, you are welcome. + If you are willing to donate some CPU cycles and some room on a hard drive, you are welcome. The instructions of how to add a build slave to the LLVM Buildbot infrastructure can be found in the <a href="http://llvm.org/docs/HowToAddABuilder.html"> Cheers, Joe Abbey Software Architect Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 jabbey at arxan.com www.arxan.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/atta...
2012 Nov 15
3
[LLVMdev] Code Ownership - Buildbot
I'd like to take code ownership of the LLVM Buildbot code. Thanks Galina
2012 Nov 15
0
[LLVMdev] Code Ownership - Buildbot
...I see a lot of different URL's in IRC, but no list so I can check "all of the waterfalls". I'm not talking about the specific bots (e.g. llvm-x86_64-ubuntu) but the "fleets" (e.g.http://lab.llvm.org). Could you maybe add a little bulleted list (or link to a list) to docs/HowToAddABuilder.rst? Thanks. Or maybe I completely misunderstand how it is organized... -- Sean Silva On Thu, Nov 15, 2012 at 1:53 PM, Galina Kistanova <gkistanova at gmail.com> wrote: > I'd like to take code ownership of the LLVM Buildbot code. > > Thanks > > Galina > ______________...
2013 Jan 03
0
[LLVMdev] Build Failure
...at cray.com> wrote: >> We should probably setup a GCC -Werror build bot if we are warning >> clean for some sufficiently modern version of GCC. > > That would be nice. How can I help move such a thing along? We have a complete HowTo on the subject :) <http://llvm.org/docs/HowToAddABuilder.html> -- Sean Silva
2013 Jan 03
2
[LLVMdev] Build Failure
...t;> We should probably setup a GCC -Werror build bot if we are warning >>> clean for some sufficiently modern version of GCC. >> >> That would be nice. How can I help move such a thing along? > > We have a complete HowTo on the subject :) > <http://llvm.org/docs/HowToAddABuilder.html> Great! But if the system is going to be totally revamped is it better to wait until that is done? -David
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 early. > > How should I go about adding a new build configuration? Do I edit > one of the .py files in...
2013 Jan 15
0
[LLVMdev] Adding a Buildbot Config
...gt; 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 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 configu...
2013 Nov 14
0
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
On Wed, Nov 13, 2013 at 6:36 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote: > A quick question while I am adding a tiny section on ccache to the > HowToAddABuilder document: Why do you set CCACHE_CPP2 to yes? From reading > the manual, I get the impression that this is much slower than the default > and that it should only be used with tricky compilers or when debugging. Is > Clang such a tricky compiler? If so, I suppose Clang should be fixed, no...
2016 May 27
2
Setting up a silent buildslave
...the llvm master buildbot, do my local builds but not publish results on the main buildbot (or complain to users when the builds fail). Would such a setup be possible? I looked at the documentation [1] but that seems to describe a normal buildslave setup. Thanks. / Asiri [1] http://llvm.org/docs/HowToAddABuilder.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160527/0b19d1eb/attachment.html>