From 50f3b32bdf7ad4a059e50abc6cae9f7783bb689d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 30 May 2019 13:32:16 -0400 Subject: [PATCH] Only build libsimpleservo on win arm64. --- etc/taskcluster/decision_task.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()) )