aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster/decision_task.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/taskcluster/decision_task.py')
-rw-r--r--etc/taskcluster/decision_task.py3
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())
)