mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
54b290ec1d
The Bazelification work in-flight over at https://github.com/openai/codex/pull/8832 needs this fix so that Bazel can find the path to the DotSlash file for `bash`. With this change, the following almost works: ``` bazel test --test_output=errors //codex-rs/exec-server:exec-server-all-test ``` That is, now the `list_tools` test passes, but `accept_elicitation_for_prompt_rule` still fails because it runs Seatbelt itself, so it needs to be run outside Bazel's local sandboxing.
54b290ec1d
ยท
2026-01-07 22:33:05 +00:00
History