mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
codex: fix PR 16736 CI failures
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
2
codex-rs/Cargo.lock
generated
2
codex-rs/Cargo.lock
generated
@@ -2063,6 +2063,8 @@ dependencies = [
|
||||
"base64 0.22.1",
|
||||
"clap",
|
||||
"codex-app-server-protocol",
|
||||
"codex-linux-sandbox",
|
||||
"codex-protocol",
|
||||
"codex-sandboxing",
|
||||
"codex-utils-absolute-path",
|
||||
"codex-utils-cargo-bin",
|
||||
|
||||
@@ -1077,7 +1077,7 @@ impl JsReplManager {
|
||||
.transform(
|
||||
command,
|
||||
&sandbox_launch_config,
|
||||
None,
|
||||
/*network*/ None,
|
||||
turn.codex_linux_sandbox_exe.as_ref(),
|
||||
)
|
||||
.map(|request| {
|
||||
|
||||
Reference in New Issue
Block a user