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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py
index 7c9b521dac8..a3d70653794 100644
--- a/etc/taskcluster/decision_task.py
+++ b/etc/taskcluster/decision_task.py
@@ -491,9 +491,9 @@ def windows_unit(cached=True):
"mach smoketest --angle",
"mach package --dev",
"mach build --dev --libsimpleservo",
- # 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",
+ # The GStreamer plugin currently doesn't support Windows
+ # https://github.com/servo/servo/issues/25353
+ # "mach build --dev -p servo-gst-plugin",
)
.with_artifacts("repo/target/debug/msi/Servo.exe",