Displaying 5 results from an estimated 5 matches for "gribozavr4".
Did you mean:
gribozavr
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 buildbot ca...
2014 Aug 05
2
[LLVMdev] Build bot for documentation?
...e 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 I've created made requires CMake, Ninja and Sphinx to
all be installed. Are those all installed on 'gribozavr4'?
Thanks,
Dan.
2014 Apr 28
2
[LLVMdev] Build bot for documentation?
Hi,
I've been spending a bit of time fixing up building and installation
of the Doxygen and Sphinx documentation for CMake. There are more
fixes in the pipeline (none for autconf/make system, I'm not
interested in fixing that) but I started wondering if any testing was
done to check that documentation builds correctly for LLVM and its
various subprojects.
I'm not particularly
2020 Sep 12
2
I've gone and broken the build
...-----------------
The Buildbot has detected a new failure on builder openmp-gcc-x86_64-linux-debian while building llvm.
Full details are available at:
http://lab.llvm.org:8011/builders/openmp-gcc-x86_64-linux-debian/builds/13193
Buildbot URL: http://lab.llvm.org:8011/
Buildslave for this Build: gribozavr4
Build Reason: scheduler
Build Source Stamp: [branch master] 8ce75e2778daf0492421fb524986756ef7e84b2b
Blamelist: Paul C. Anagnostopoulos <paul at windfall.com>
BUILD FAILED: failed test-openmp
sincerely,
-The Buildbot
2014 Aug 02
3
[LLVMdev] zorg config for libc++/libc++abi
Hi all,
I'm trying to add builders to zorg for libc++ and libc++abi. I think I have
the builder right, but I have a few questions.
First, how do I know which build slaves to use? Is it okay to just pick a
few, is there some policy defining which are fair game, or do I need to add
a new one?
Second, is there a simple way to test the builder and config before I
commit it?
Here's my first