Enable WebP SIMD for Windows builds.
Some checks failed
Tagged release / prepare-release (push) Successful in 2m53s
Tagged release / build-macos (push) Failing after 25m20s
Tagged release / build-linux-arm64 (push) Successful in 35m45s
Tagged release / build-linux-x64 (push) Failing after 16s
Tagged release / build-windows (push) Failing after 26m8s
Tagged release / publish-release (push) Has been skipped
Some checks failed
Tagged release / prepare-release (push) Successful in 2m53s
Tagged release / build-macos (push) Failing after 25m20s
Tagged release / build-linux-arm64 (push) Successful in 35m45s
Tagged release / build-linux-x64 (push) Failing after 16s
Tagged release / build-windows (push) Failing after 26m8s
Tagged release / publish-release (push) Has been skipped
This commit is contained in:
@@ -61,10 +61,16 @@ fn desktop_packages_have_native_icons_and_cargo_commands() {
|
||||
assert!(workspace_manifest.contains("strip = \"symbols\""));
|
||||
assert!(workspace_manifest.contains("ort-download-binaries-rustls-tls"));
|
||||
assert!(workspace_manifest.contains("\"sync-secret-service\", \"vendored\""));
|
||||
assert!(
|
||||
workspace_manifest
|
||||
.contains("libwebp-sys = { version = \"0.9.6\", default-features = false }")
|
||||
);
|
||||
|
||||
let core_manifest =
|
||||
fs::read_to_string(Path::new(CRATE_DIR).join("../bds-core/Cargo.toml")).unwrap();
|
||||
assert!(core_manifest.contains("crate-type = [\"dylib\"]"));
|
||||
assert!(core_manifest.contains("[target.'cfg(target_os = \"windows\")'.dependencies]"));
|
||||
assert!(core_manifest.contains("libwebp-sys = { workspace = true, features = [\"sse41\"] }"));
|
||||
let server_manifest =
|
||||
fs::read_to_string(Path::new(CRATE_DIR).join("../bds-server/Cargo.toml")).unwrap();
|
||||
assert!(server_manifest.contains("crate-type = [\"dylib\"]"));
|
||||
|
||||
Reference in New Issue
Block a user