mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
codex: fix CI failure on PR #23889
This commit is contained in:
@@ -104,7 +104,10 @@ impl EnvironmentManager {
|
||||
codex_home: impl AsRef<std::path::Path>,
|
||||
) -> Result<Self, ExecServerError> {
|
||||
let provider = environment_provider_from_codex_home(codex_home.as_ref())?;
|
||||
Self::from_snapshot(without_local_environment(provider.snapshot().await?), None)
|
||||
Self::from_snapshot(
|
||||
without_local_environment(provider.snapshot().await?),
|
||||
/*local_runtime_paths*/ None,
|
||||
)
|
||||
}
|
||||
|
||||
/// Builds a manager from the legacy environment-variable provider without
|
||||
|
||||
Reference in New Issue
Block a user