You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(runner): pass extra env via config instead of unsafe set_var
Replace the `unsafe { std::env::set_var }` call for CODSPEED_MEMTRACK_BINARIES
with a generic `extra_env` HashMap on OrchestratorConfig/ExecutorConfig that
gets forwarded to executor subprocesses through the existing env file mechanism.
0 commit comments