On Fri, Aug 23, 2019 at 2:11 AM ishikawa <[email protected]> wrote:
> On 2019/08/23 11:00, Mike Hommey wrote: > > > > In the meanwhile, as discussed on irc, it seems fair to disable > > CARGO_INCREMENTAL when building with sccache. > > So how can we disable this? > Setting environment variable as in the following? > > export CARGO_INCREMENTAL= > `ac_add_options --disable-cargo-incremental` in your mozconfig should do it. See: https://searchfox.org/mozilla-central/rev/597a69c70a5cce6f42f159eb54ad1ef6745f5432/build/moz.configure/toolchain.configure#1865 Nick _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

