mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
d925c83f15
When "build targets" are used, the sccache server isn't being used/integrated properly with make. By moving rusttests to a separate build "application", `client.mk` is invoked normally, and sccache is happy. * Move rusttests to a new build "application". * Move and denormalize rusttests mozconfigs. The new rusttests mozconfigs should expand to be mostly identical to their old versions, except with `MOZ_AUTOMATION_*=0` and `--enable-application=tools/rusttests`. They will differ a bit from their old variants because some of them originally didn't source from their respective `$app_mozconfigs/common`. * Modify `baseconfig.mk` to change tiers if running rusttests. * Adjust CI config to use new "rusttests" build application. Differential Revision: https://phabricator.services.mozilla.com/D106294
6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
include('/toolkit/toolkit.mozbuild')
|