internal: Bring back JodChild into flychecking for cancellation

This commit is contained in:
Lukas Wirth 2022-06-13 13:34:07 +02:00
parent 7db73875ac
commit 6438ef9aa3
4 changed files with 117 additions and 64 deletions

View file

@ -110,7 +110,7 @@ impl WorkspaceBuildScripts {
};
tracing::info!("Running build scripts: {:?}", cmd);
let output = stdx::process::streaming_output(
let output = stdx::process::spawn_with_streaming_output(
cmd,
&mut |line| {
// Copy-pasted from existing cargo_metadata. It seems like we