Merge 1c3bade37e into sapling-pr-archive-bolinfest

This commit is contained in:
Michael Bolin
2026-02-08 18:34:09 -08:00
committed by GitHub

View File

@@ -225,7 +225,7 @@ pub(crate) async fn execute_exec_env(
let ExecEnv {
command,
cwd,
env,
mut env,
expiration,
sandbox,
windows_sandbox_level,
@@ -234,6 +234,10 @@ pub(crate) async fn execute_exec_env(
arg0,
} = env;
if let Some(network) = network.as_ref() {
network.apply_to_env(&mut env);
}
let params = ExecParams {
command,
cwd,