diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-05-30 13:32:16 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-06-11 15:53:34 -0400 |
commit | 50f3b32bdf7ad4a059e50abc6cae9f7783bb689d (patch) | |
tree | 0f41c3f00dbf2569a24228d37809a0847f5aa45b | |
parent | 43673654197e8d691e0bb5f105d25cbaa39010f5 (diff) | |
download | servo-50f3b32bdf7ad4a059e50abc6cae9f7783bb689d.tar.gz servo-50f3b32bdf7ad4a059e50abc6cae9f7783bb689d.zip |
Only build libsimpleservo on win arm64.
-rw-r--r-- | etc/taskcluster/decision_task.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 612a3d0b6b0..c36bc4039c6 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -381,7 +381,8 @@ 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 --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()) ) |