Re: Must we rebuild all our rust code constantly?

2019-08-22 Thread Chris M.
On Mon, Aug 19, 2019 at 10:32 PM Kris Maglione wrote: > On Tue, Aug 20, 2019 at 02:23:06PM +0900, ISHIKAWA,chiaki wrote: > >On 2019/08/20 9:11, Dave Townsend wrote: > >>Thanks to a tip I've tracked this down. This seems to only be the case > when > >>I have sccache enabled. Disabling it gives me

Re: Must we rebuild all our rust code constantly?

2019-08-22 Thread Chris M.
On Tue, Aug 20, 2019 at 12:33 PM Markus Stange wrote: > On 2019-08-19 8:11 p.m., Dave Townsend wrote: > > Thanks to a tip I've tracked this down. This seems to only be the case > when > > I have sccache enabled. Disabling it gives me nice quick incremental > builds > > again. > > What's your

Re: To what extent is sccache's distributed compilation usable?

2019-06-07 Thread Chris M.
cgi?id=1524533 > >> > >> Kim > >> > >> On Tue, Apr 2, 2019 at 3:22 AM Frederik Braun > wrote: > >> > >>> Am 01.04.19 um 22:16 schrieb Chris M.: > >>>> Hi Emilio, if you're interested you're encouraged to try it out, > h

Re: To what extent is sccache's distributed compilation usable?

2019-04-01 Thread Chris M.
On Mon, Apr 1, 2019 at 12:23 PM Emilio Cobos Álvarez wrote: > Hi, > > Over in #layout people were ranting about how much of a pain it was to > set up icecc on MacOS. I pointed out that sccache in theory does support > distributed compilation[1] and in theory also supports MacOS clients. > > Does

Re: Proposal to adjust testing to run on PGO builds only and not test on OPT builds

2019-01-08 Thread Chris M.
Earlier today I landed a fix for bug 1517532 that will mean that an artifact build with MOZ_PGO set will pull artifacts from an automation pgo build. As a result artifact pgo builds as trigger by a "-p all --artifact..." will succeed now as well (and consume pgo'd artifacts). If we end up wanting

Re: Better incremental builds - Tup backend available on Linux

2018-10-01 Thread Chris M.
On Mon, Oct 1, 2018 at 8:05 AM Randell Jesup wrote: > >Tup is a modern build system that enables fast and correct builds. I'm > >pleased to announce the availability of Tup for building Firefox on Linux. > >Compared to Make, building with Tup will result in faster incremental > build > >times