codex: remove incompatible-target skip from PR #29149

This commit is contained in:
Adam Perry
2026-06-19 23:16:40 +00:00
committed by Adam Perry @ OpenAI
parent 5e6c6f74b0
commit a70da493bc

View File

@@ -26,8 +26,6 @@ read_query_labels() {
final_build_targets=(//codex-rs/...)
if [[ "${RUNNER_OS:-}" == "Windows" ]]; then
bazel_lint_args+=(--skip_incompatible_explicit_targets)
# Bazel's local Windows platform currently lacks a default test toolchain for
# `rust_test`, so target the concrete Rust crate rules directly. The lint
# aspect still walks their crate graph, which preserves incremental reuse for