Hi, On Mon, Jan 21, 2013 at 5:53 PM, Alexis Menard <[email protected]> wrote:
> On Mon, Jan 21, 2013 at 1:41 PM, Mihai Maerean <[email protected]> wrote: > > How can the build of WebKit be distributed on all the Macs in the LAN to > > fully utilize the computing power? > > > > https://github.com/icecc/icecream > > I've been experimenting with icecream and distcc. Icecream is super powerful on Linux. Especially because it has a central scheduler that distributes the jobs according to available resources. But unfortunately I did not have any luck with it on Mac, due to the packaging of the compiler. Icecream actually ships the compiler in an archive to all the clients participating in a compile job. I was more successful using distcc from: http://www.opensource.apple.com/source/distcc/ This one seemed to work fairly well. The only problem I had was that Qt is not actually using xcodebuild. Therefore I could not make use of any bonjour service to update my hosts list and had to do that manually. But if you know the machines in your network and can rely on them being available, keeping a static list might be an option. - Zeno > I know for fact that it works fine on linux but it claims to to work > on Mac OS too and according to git log it seems that clang support is > possible. > > Let me know if it works for you, I haven't had time to try yet. > > > > > > > Mihai > > > > _______________________________________________ > > webkit-dev mailing list > > [email protected] > > http://lists.webkit.org/mailman/listinfo/webkit-dev > > > > -- > Software Engineer @ > Intel Open Source Technology Center > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo/webkit-dev >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

