зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1709282 - Build geckodriver when targeting aarch64 windows. r=firefox-build-system-reviewers,mhentges
We got rid of winapi 0.2 in bug 1708634. Differential Revision: https://phabricator.services.mozilla.com/D114204
This commit is contained in:
Родитель
063f9001b0
Коммит
cef1079f4a
|
@ -1111,9 +1111,6 @@ set_define("ENABLE_MARIONETTE", marionette)
|
|||
def geckodriver_default(enable_tests, target, cross_compile, hazard, asan, automation):
|
||||
if not enable_tests:
|
||||
return False
|
||||
# geckodriver depends on winapi 0.2.8, which doesn't work with AArch64.
|
||||
if target.os == "WINNT" and target.cpu == "aarch64":
|
||||
return False
|
||||
if hazard or target.os == "Android" or (asan and cross_compile):
|
||||
return False
|
||||
if automation:
|
||||
|
|
Загрузка…
Ссылка в новой задаче