mirror of
https://github.com/servo/servo.git
synced 2025-07-27 17:20:36 +01:00
Only build libsimpleservo on win arm64.
This commit is contained in:
parent
4367365419
commit
50f3b32bdf
1 changed files with 2 additions and 1 deletions
|
@ -381,7 +381,8 @@ def windows_arm64():
|
||||||
windows_build_task("Dev build", package=False, arch="arm64")
|
windows_build_task("Dev build", package=False, arch="arm64")
|
||||||
.with_treeherder("Windows arm64")
|
.with_treeherder("Windows arm64")
|
||||||
.with_script(
|
.with_script(
|
||||||
"python mach build --dev --target aarch64-pc-windows-msvc --features raqote_backend",
|
"python mach build --dev --libsimpleservo \
|
||||||
|
--target aarch64-pc-windows-msvc --features raqote_backend",
|
||||||
)
|
)
|
||||||
.find_or_create("build.windows_arm64_dev." + CONFIG.task_id())
|
.find_or_create("build.windows_arm64_dev." + CONFIG.task_id())
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue