codex: fix CI failure on PR #23889

This commit is contained in:
starr-openai
2026-05-21 20:03:44 +02:00
parent e76d1abbb8
commit 741ffda757

View File

@@ -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