Skip to content

Commit

Permalink
Disable gstreamer-in-gstreamer on windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Dec 6, 2019
1 parent 06a10c5 commit 445ee9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/taskcluster/decision_task.py
Expand Up @@ -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",
Expand Down

0 comments on commit 445ee9b

Please sign in to comment.