Re: More ThinkStation P710 Nvidia tips (was Re: Faster gecko builds with IceCC on Mac and Linux)

2017-11-07 Thread Henri Sivonen
I agree that workstation GPUs should be avoided. Even if they were as well supported by Linux distro-provided Open Source drivers as consumer GPUs, it's at the very least more difficult to find information about what's true about them. We don't need the GPU to be at max spec like we need the CPU

Re: Intent to Enable: Automated Static Analysis feedback in MozReview

2017-11-07 Thread Kartikaya Gupta
It's being investigated: https://github.com/mozilla-releng/services/issues/707 On Nov 7, 2017 19:05, "Boris Zbarsky" wrote: On 10/4/17 10:32 AM, Jan Keromnes wrote: > We've already disabled this "no defects" comment, and are currently > deploying the fix to production, so the

Re: Intent to Enable: Automated Static Analysis feedback in MozReview

2017-11-07 Thread Boris Zbarsky
On 10/4/17 10:32 AM, Jan Keromnes wrote: We've already disabled this "no defects" comment, and are currently deploying the fix to production, so the bot should stop sending them soon. It looks like the "no defects" comment is back? See https://bugzilla.mozilla.org/show_bug.cgi?id=1149250#c30

Re: Building mozilla-central with clang + icecream

2017-11-07 Thread Andreas Tolfsen
Also sprach p...@paul.cx: I'm using this setup daily (with clang trunk from some weeks ago, not 5.0, but it's the same really), here is my mozconfig: ``` export CC="icecc clang" export CXX="icecc clang++" mk_add_options MOZ_MAKE_FLAGS="-j100" # adjust, this is good for the paris office

Re: PSA: Microsoft VMs for testing

2017-11-07 Thread James Graham
On 07/11/17 13:47, Tom Ritter wrote: Warning: they auto-shut down after 30 minutes (maybe? I never timed it). I haven't put any effort into figuring out if that's configurable, but I don't think it is. I think that only happens once the trial period expires but you can reinstall the VM to

Re: PSA: Microsoft VMs for testing

2017-11-07 Thread Tom Ritter
Warning: they auto-shut down after 30 minutes (maybe? I never timed it). I haven't put any effort into figuring out if that's configurable, but I don't think it is. -tom On Tue, Nov 7, 2017 at 3:13 PM, Mats Palmgren wrote: > FYI, Microsoft distributes free VMs for browser

Announcing MozillaBuild 3.1 Release

2017-11-07 Thread Ryan VanderMeulen
MozillaBuild 3.1 is a minor update to version 3.0 mostly focusing on updating a few of the bundled components to newer versions. I would advise updating to it at your earliest convenience. https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe Important changes since

PSA: Microsoft VMs for testing

2017-11-07 Thread Mats Palmgren
FYI, Microsoft distributes free VMs for browser testing purposes: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ /Mats ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: More ThinkStation P710 Nvidia tips (was Re: Faster gecko builds with IceCC on Mac and Linux)

2017-11-07 Thread Jeff Muizelaar
The Core i9s are a quite a bit cheaper than the Xeon Ws: https://ark.intel.com/products/series/125035/Intel-Xeon-Processor-W-Family vs https://ark.intel.com/products/126695 I wouldn't want to trade ECC for 4 cores. -Jeff On Tue, Nov 7, 2017 at 3:51 PM, Sophana "Soap" Aik

Re: More ThinkStation P710 Nvidia tips (was Re: Faster gecko builds with IceCC on Mac and Linux)

2017-11-07 Thread Jeff Gilbert
If you don't want to get into the weeds on ECC again, please do not reinitiate discussion. I do not agree that "the additional cost of ECC is very low compared to the cost of developer time over the two years that they're expected to use it", but I will restrict my disagreement to the forked

Re: More ThinkStation P710 Nvidia tips (was Re: Faster gecko builds with IceCC on Mac and Linux)

2017-11-07 Thread Kris Maglione
On Tue, Nov 07, 2017 at 03:07:55PM -0500, Jeff Muizelaar wrote: On Mon, Nov 6, 2017 at 1:32 PM, Sophana "Soap" Aik wrote: Hi All, I'm in the middle of getting another evaluation machine with a 10-core W-Series Xeon Processor (that is similar to the 7900X in terms of clock

Re: More ThinkStation P710 Nvidia tips (was Re: Faster gecko builds with IceCC on Mac and Linux)

2017-11-07 Thread Sophana "Soap" Aik
Hi All, I'm in the middle of getting another evaluation machine with a 10-core W-Series Xeon Processor (that is similar to the 7900X in terms of clock speed and performance) but with ECC memory support. I'm trying to make sure this is a "one size fits all" machine as much as possible. Also

Re: Building mozilla-central with clang + icecream

2017-11-07 Thread paul
I'm using this setup daily (with clang trunk from some weeks ago, not 5.0, but it's the same really), here is my mozconfig: ``` export CC="icecc clang" export CXX="icecc clang++" mk_add_options MOZ_MAKE_FLAGS="-j100" # adjust, this is good for the paris office mk_add_options 'export