mirror of
https://github.com/openai/codex.git
synced 2026-05-01 18:06:47 +00:00
Skip exec unit tests on Bazel windows targets
This commit is contained in:
@@ -4,4 +4,8 @@ codex_rust_crate(
|
||||
name = "exec",
|
||||
crate_name = "codex_exec",
|
||||
test_tags = ["no-sandbox"],
|
||||
unit_test_target_compatible_with = select({
|
||||
"@platforms//os:windows": ["@platforms//:incompatible"],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user