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

2019-06-05 Thread Miko Mynttinen
Has there been any progress with this? Bug 1524533 is still restricted.

Miko

> On Apr 2, 2019, at 10:39 PM, Jeff Muizelaar  wrote:
> 
> That bug is restricted. Does it need to be?
> 
> -Jeff
> 
> On Tue, Apr 2, 2019 at 4:22 PM Kim Moir  wrote:
>> 
>> The tracking bug for sccache being deployed to offices is here
>> 
>> https://bugzilla.mozilla.org/show_bug.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, however
 we're shipping machines to offices now to run the schedulers, the first
>>> of
 which I'll be testing in the SF office this week, so we're planning an
 officially supported setup in the near future.
 
>>> 
>>> That's great news. Can we follow progress or detailed plans somewhere?
>>> ___
>>> dev-platform mailing list
>>> dev-platform@lists.mozilla.org
>>> https://lists.mozilla.org/listinfo/dev-platform
>>> 
>> ___
>> dev-platform mailing list
>> dev-platform@lists.mozilla.org
>> https://lists.mozilla.org/listinfo/dev-platform
> ___
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: mozilla-central Fails to Build on Mac With Latest Xcode (10.0)

2018-09-25 Thread Miko Mynttinen
Some of those people (like me) who were eager to use Dark Mode might now have 
trouble building Firefox.

This is because Mojave update removes system headers from /usr/include. They 
can be restored by installing Xcode command line tools and the headers that 
come bundled with them.

Instructions for Xcode 10:

1) Install Xcode command line tools
$ xcode-select --install

2) Install the bundled system headers
$ open 
/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg



Miko


> On Sep 19, 2018, at 8:06 PM, Haik Aftandilian  
> wrote:
> 
> This has been resolved. The fix for bug 1492210 is now in mozilla-central,
> thanks to Miko.
> 
> Haik
> 
> On Tue, Sep 18, 2018 at 11:30 AM Haik Aftandilian 
> wrote:
> 
>> If you don't build on macOS, read no further.
>> 
>> With the latest XCode (10.0) just released, mozilla-central fails to build
>> due to bug 1492210 "nsCocoaUtils.mm compile error on macOS 10.13 with
>> 10.14 SDK" [1]. I recommend avoiding installing the new XCode until we
>> have this fixed. If you've configured your builds to use an older SDK and
>> not the default XCode install, you will not be affected.
>> 
>> Haik
>> 
>> 1. https://bugzilla.mozilla.org/show_bug.cgi?id=1492210
>> 
>> 
> ___
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform