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.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py
index 194a689a82b..7853a84c2f6 100644
--- a/etc/taskcluster/decision_task.py
+++ b/etc/taskcluster/decision_task.py
@@ -490,7 +490,9 @@ def windows_unit(cached=True):
"mach smoketest --angle",
"mach package --dev",
"mach build --dev --libsimpleservo",
- "mach build --dev -p servo-gst-plugin",
+ # We're getting link errors on windows, due to the x11 feature being
+ # enabled on gstreamer-gl. https://github.com/servo/media/pull/304/
+ "mach build --dev --media-stack=dummy -p servo-gst-plugin",
)
.with_artifacts("repo/target/debug/msi/Servo.exe",