Disable gstreamer-in-gstreamer on windows CI

This commit is contained in:
Alan Jeffrey 2019-12-06 15:06:57 -06:00
parent 06a10c5b65
commit 445ee9b59f

View file

@ -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",