Skip to content

Commit

Permalink
Disable the gstreamer plugin build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Dec 20, 2019
1 parent 14e0c6a commit b5943f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/taskcluster/decision_task.py
Expand Up @@ -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",
Expand Down

0 comments on commit b5943f5

Please sign in to comment.