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:
Mike Hommey 2021-05-05 20:32:37 +00:00
Родитель 063f9001b0
Коммит cef1079f4a
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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: