Disable the gstreamer plugin build for windows

This commit is contained in:
Alan Jeffrey 2019-12-20 13:35:55 -06:00
parent 14e0c6ad05
commit b5943f5ab3

View file

@ -491,9 +491,9 @@ def windows_unit(cached=True):
"mach smoketest --angle", "mach smoketest --angle",
"mach package --dev", "mach package --dev",
"mach build --dev --libsimpleservo", "mach build --dev --libsimpleservo",
# We're getting link errors on windows, due to the x11 feature being # The GStreamer plugin currently doesn't support Windows
# enabled on gstreamer-gl. https://github.com/servo/media/pull/304/ # https://github.com/servo/servo/issues/25353
"mach build --dev --media-stack=dummy -p servo-gst-plugin", # "mach build --dev -p servo-gst-plugin",
) )
.with_artifacts("repo/target/debug/msi/Servo.exe", .with_artifacts("repo/target/debug/msi/Servo.exe",