mirror of
https://github.com/openai/codex.git
synced 2026-05-02 02:17:22 +00:00
11 lines
204 B
Python
11 lines
204 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "exec",
|
|
crate_name = "codex_exec",
|
|
test_shard_counts = {
|
|
"exec-all-test": 8,
|
|
},
|
|
test_tags = ["no-sandbox"],
|
|
)
|