mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Disable gstreamer-in-gstreamer on windows CI
This commit is contained in:
parent
06a10c5b65
commit
445ee9b59f
1 changed files with 3 additions and 1 deletions
|
@ -490,7 +490,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",
|
||||||
"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",
|
.with_artifacts("repo/target/debug/msi/Servo.exe",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue