mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
12 lines
300 B
Python
12 lines
300 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
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": [],
|
|
}),
|
|
)
|