Package Windows with statically linked ONNX Runtime.
Some checks failed
Tagged release / prepare-release (push) Successful in 2m59s
Tagged release / build-linux-x64 (push) Successful in 35m33s
Tagged release / build-macos (push) Failing after 22m50s
Tagged release / build-windows (push) Has been cancelled
Tagged release / publish-release (push) Has been cancelled
Tagged release / build-linux-arm64 (push) Has been cancelled

This commit is contained in:
Hermes Agent
2026-08-15 00:33:56 +00:00
parent 2bc42c7483
commit 6a4cf3fc2b
3 changed files with 4 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ fn tagged_releases_are_built_and_packaged_with_rust_tools() {
}
assert!(
!workflow.contains("target-feature=+crt-static"),
"Windows and downloaded ONNX Runtime must use the same dynamic CRT"
"Windows system dependencies must use the dynamic CRT"
);
assert!(
!workflow.contains("run --release --locked --package bds-release"),