зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1576099 - Allow to forcefully enable cargo incremental. r=firefox-build-system-reviewers,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D119714
This commit is contained in:
Родитель
7b21c41dfe
Коммит
627c20902f
|
@ -699,6 +699,8 @@ def cargo_incremental(
|
|||
|
||||
if not enabled:
|
||||
return "0"
|
||||
elif enabled.origin != "default":
|
||||
return "1"
|
||||
|
||||
# We never want to use incremental compilation in automation. sccache
|
||||
# handles our automation use case much better than incremental compilation
|
||||
|
|
Загрузка…
Ссылка в новой задаче