mirror of
https://github.com/openai/codex.git
synced 2026-04-28 10:21:06 +03:00
Remove app-server test RUST_MIN_STACK override
This commit is contained in:
@@ -105,10 +105,6 @@ impl McpProcess {
|
||||
cmd.stderr(Stdio::piped());
|
||||
cmd.env("CODEX_HOME", codex_home);
|
||||
cmd.env("RUST_LOG", "debug");
|
||||
// Bazel/Linux workers can run with smaller default thread stacks, which makes
|
||||
// tokio-runtime-worker stack overflows more likely in app-server integration tests.
|
||||
// Pin a larger minimum stack for the spawned test server process.
|
||||
cmd.env("RUST_MIN_STACK", "4194304");
|
||||
cmd.env_remove(CODEX_INTERNAL_ORIGINATOR_OVERRIDE_ENV_VAR);
|
||||
|
||||
for (k, v) in env_overrides {
|
||||
|
||||
Reference in New Issue
Block a user