mirror of
https://github.com/openai/codex.git
synced 2026-05-03 10:56:37 +00:00
Move the arg0-based test-binary dispatch bootstrap into a shared test-only crate so core and exec-server can reuse the same current_exe-based harness without keeping exec-server-specific helper logic in codex-arg0. Co-authored-by: Codex <noreply@openai.com>
8 lines
157 B
Python
8 lines
157 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "exec-server",
|
|
crate_name = "codex_exec_server",
|
|
test_tags = ["no-sandbox"],
|
|
)
|