mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Disable WGL for Windows arm64.
This commit is contained in:
parent
b19cd5eb3a
commit
385b46cff7
7 changed files with 17 additions and 2 deletions
|
@ -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())
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue