mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Use raqote backend for win arm64.
This commit is contained in:
parent
900794496a
commit
41f47cba31
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ def windows_arm64():
|
|||
windows_build_task("Dev build", package=False, arch="arm64")
|
||||
.with_treeherder("Windows arm64")
|
||||
.with_script(
|
||||
"python mach build --dev --target aarch64-pc-windows-msvc",
|
||||
"python mach build --dev --target aarch64-pc-windows-msvc --features raqote_backend",
|
||||
)
|
||||
.find_or_create("build.windows_arm64_dev." + CONFIG.task_id())
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue