Disable WGL for Windows arm64.

This commit is contained in:
Josh Matthews 2019-05-30 15:56:54 -04:00
parent b19cd5eb3a
commit 385b46cff7
7 changed files with 17 additions and 2 deletions

View file

@ -382,7 +382,9 @@ def windows_arm64():
.with_treeherder("Windows arm64")
.with_script(
"python mach build --dev --libsimpleservo \
--target aarch64-pc-windows-msvc --features raqote_backend",
--target aarch64-pc-windows-msvc \
--with-raqote \
--without-wgl",
)
.find_or_create("build.windows_arm64_dev." + CONFIG.task_id())
)