mirror of
https://github.com/openai/codex.git
synced 2026-05-04 03:16:31 +00:00
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:
7
codex-rs/test-binary-support/BUILD.bazel
Normal file
7
codex-rs/test-binary-support/BUILD.bazel
Normal file
@@ -0,0 +1,7 @@
|
||||
load("//:defs.bzl", "codex_rust_crate")
|
||||
|
||||
codex_rust_crate(
|
||||
name = "test-binary-support",
|
||||
crate_name = "codex_test_binary_support",
|
||||
crate_srcs = ["lib.rs"],
|
||||
)
|
||||
Reference in New Issue
Block a user