Bug 1670833 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Host OS: MacOSx 10.15
Target: Android x86_64

Full log: 

mozconfig: https://paste.mozilla.org/c9qwkacs

```
ac_add_options --enable-application=mobile/android
ac_add_options --target=x86_64

mk_add_options MOZ_OBJDIR=./objdir
ac_add_options --with-macos-sdk=/Users/asferro/workspace/MacOSX-SDKs/MacOSX10.14.sdk

# ICECC
ac_add_options --with-compiler-wrapper="/usr/local/bin/icecc"
CC="/Users/asferro/.mozbuild/clang/bin/clang"
CXX="/Users/asferro/.mozbuild/clang/bin/clang++"
mk_add_options MOZ_MAKE_FLAGS="-j40"
```
Host OS: MacOSx 10.15
Target: Android x86_64

Full log: https://paste.mozilla.org/c9qwkacs

mozconfig:

```
ac_add_options --enable-application=mobile/android
ac_add_options --target=x86_64

mk_add_options MOZ_OBJDIR=./objdir
ac_add_options --with-macos-sdk=/Users/asferro/workspace/MacOSX-SDKs/MacOSX10.14.sdk

# ICECC
ac_add_options --with-compiler-wrapper="/usr/local/bin/icecc"
CC="/Users/asferro/.mozbuild/clang/bin/clang"
CXX="/Users/asferro/.mozbuild/clang/bin/clang++"
mk_add_options MOZ_MAKE_FLAGS="-j40"
```

Back to Bug 1670833 Comment 0