зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1905222 - adds optimized var to the reftest sandbox r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D215171
This commit is contained in:
Родитель
f88d3be2ff
Коммит
9455d58457
|
@ -624,6 +624,11 @@ function BuildConditionSandbox(aURL) {
|
|||
sandbox.is64Bit = mozinfo.bits == "64";
|
||||
sandbox.AddressSanitizer = mozinfo.asan;
|
||||
sandbox.ThreadSanitizer = mozinfo.tsan;
|
||||
sandbox.optimized =
|
||||
!sandbox.isDebugBuild &&
|
||||
!sandbox.isCoverageBuild &&
|
||||
!sandbox.AddressSanitizer &&
|
||||
!sandbox.ThreadSanitizer;
|
||||
|
||||
sandbox.release_or_beta = mozinfo.release_or_beta;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче