mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
15 lines
322 B
Python
15 lines
322 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "exec",
|
|
crate_name = "codex_exec",
|
|
test_shard_counts = {
|
|
"exec-all-test": 16,
|
|
"exec-all-test-windows-cross": 2,
|
|
},
|
|
test_sizes = {
|
|
"exec-all-test-windows-cross": "medium",
|
|
},
|
|
test_tags = ["no-sandbox"],
|
|
)
|