Commits

Michael Gottesman committed f8d3b495f0b
[distcc] When distcc is enabled force cmake to use localhost for configure testing. It seems that distcc --randomize is causing cmake to invoke configuration commands on remote machines. This is slow. Instead, just use the localhost host when running cmake. The rest of the build is distributed as normal.