mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Disable the gstreamer plugin build for windows
This commit is contained in:
parent
14e0c6ad05
commit
b5943f5ab3
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue