buildbot status

Dan Kegel dank at kegel.com
Sat Oct 8 15:30:39 CDT 2011


On Sat, Oct 8, 2011 at 1:24 PM, Charles Davis <cdavis at mymail.mines.edu> wrote:
> $ ccache -s
> cache directory                     ~/.ccache
> cache hit (direct)                 20226
> cache hit (preprocessed)             140
> cache miss                         10042
>
> About a third of all the compiles are misses, but two thirds are direct hits. That's a fairly hot cache, but I think I can do better.

That just means you've only done two builds total, and the first build
filled the cache, I think.

> I obviously can't use ext4 because Mac OS only supports (officially) being installed on an HFS+ volume.

You're probably fine.  Next place to look for slowness is the tests.
Which of the three groups of tests is the slowest?
Can/should we parallelize more, or is there one test that's
so slow it should be blacklisted?  Etc.
The logs show how long each individual test takes, so
it shouldn't take long to see which ones are slow.



More information about the wine-tests-results mailing list