mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03: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",
|
"base64 0.22.1",
|
||||||
"clap",
|
"clap",
|
||||||
"codex-app-server-protocol",
|
"codex-app-server-protocol",
|
||||||
|
"codex-linux-sandbox",
|
||||||
|
"codex-protocol",
|
||||||
"codex-sandboxing",
|
"codex-sandboxing",
|
||||||
"codex-utils-absolute-path",
|
"codex-utils-absolute-path",
|
||||||
"codex-utils-cargo-bin",
|
"codex-utils-cargo-bin",
|
||||||
|
|||||||
@@ -1077,7 +1077,7 @@ impl JsReplManager {
|
|||||||
.transform(
|
.transform(
|
||||||
command,
|
command,
|
||||||
&sandbox_launch_config,
|
&sandbox_launch_config,
|
||||||
None,
|
/*network*/ None,
|
||||||
turn.codex_linux_sandbox_exe.as_ref(),
|
turn.codex_linux_sandbox_exe.as_ref(),
|
||||||
)
|
)
|
||||||
.map(|request| {
|
.map(|request| {
|
||||||
|
|||||||
Reference in New Issue
Block a user