ci: cross-compile Windows Bazel tests

This commit is contained in:
Michael Bolin
2026-05-01 12:54:33 -07:00
parent aed74e5ee4
commit 70f78dddbe
13 changed files with 468 additions and 72 deletions

View File

@@ -14,6 +14,9 @@ manual_rust_test_targets="$(
--output=label \
-- 'kind("rust_test rule", attr(tags, "manual", //codex-rs/... except //codex-rs/v8-poc/...))'
)"
if [[ "${RUNNER_OS:-}" != "Windows" ]]; then
manual_rust_test_targets="$(printf '%s\n' "${manual_rust_test_targets}" | grep -v -- '-windows-cross-bin$' || true)"
fi
printf '%s\n' \
"//codex-rs/..." \