mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
codex: remove incompatible-target skip from PR #29149
This commit is contained in:
committed by
Adam Perry @ OpenAI
parent
5e6c6f74b0
commit
a70da493bc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user