mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #25972 - servo:jdm-patch-44, r=jdm
Disable running windows binaries on CI. In order to get more information out of https://github.com/servo/servo/pull/25745, we're going to temporarily disable the parts of windows CI that don't agree with the updated windows server environment.
This commit is contained in:
commit
e1103176e3
1 changed files with 5 additions and 2 deletions
|
@ -369,8 +369,11 @@ def windows_unit(cached=True):
|
|||
"mach fetch",
|
||||
|
||||
"mach build --dev",
|
||||
"mach test-unit",
|
||||
"mach smoketest --angle",
|
||||
|
||||
# https://github.com/servo/servo/issues/25961
|
||||
#"mach test-unit",
|
||||
#"mach smoketest --angle",
|
||||
|
||||
"mach package --dev",
|
||||
"mach build --dev --libsimpleservo",
|
||||
# The GStreamer plugin currently doesn't support Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue