From a70da493bce3253f71ad08a9386fa9e3e08ad2c8 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Fri, 19 Jun 2026 23:16:40 +0000 Subject: [PATCH] codex: remove incompatible-target skip from PR #29149 --- .github/scripts/run-argument-comment-lint-bazel.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/scripts/run-argument-comment-lint-bazel.sh b/.github/scripts/run-argument-comment-lint-bazel.sh index b1525918ba..95eb1578ce 100755 --- a/.github/scripts/run-argument-comment-lint-bazel.sh +++ b/.github/scripts/run-argument-comment-lint-bazel.sh @@ -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