Displaying 2 results from an estimated 2 matches for "2700k".
Did you mean:
2700
2013 Jan 28
0
[LLVMdev] Running a Local Buildbot
...ommit
> but could do regular timed builds. The blame list won't be as precise
> but at least we'll all know if something goes wrong.
Honestly, running a fast buildbot is not rocket science, it is just
things done right. clang-x86_64-debian-fast buildbot is just Intel(R)
Core(TM) i7-2700K CPU @ 3.50GHz with 8 Gb of RAM and a "green" series
HDD -- just regular off-the-shelf hardware. Without any tweaks it
does a build in 9min. With ccache (nothing fancy -- apt-get install
ccache, set CC/CXX variables), time drops to 1:50--3:00 min on
average.
Also, you don't need to...
2013 Jan 28
7
[LLVMdev] Running a Local Buildbot
We're thinking about running our own buildbot against the upstream llvm
and clang sources. I'm talking to our build folks and seeing what they
can allow. Maybe we can contribute some build slaves to the osuosl
buildbot but I'm not sure.
If we do end up having to run our own buildbot, what's the best way to
integrate that into the upstream web page and status notifier?
Basically,