Stabilize exec-server filesystem tests in CI

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>
This commit is contained in:
starr-openai
2026-04-13 11:48:59 -07:00
parent d25a9822a7
commit b5bee4c008
16 changed files with 675 additions and 111 deletions

View File

@@ -3,9 +3,5 @@ load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "exec-server",
crate_name = "codex_exec_server",
extra_binaries = [
"//codex-rs/cli:codex",
"//codex-rs/linux-sandbox:codex-linux-sandbox",
],
test_tags = ["no-sandbox"],
)