Actually, let's not bisect imports by default

I thought it was a good idea, but now that reaper is
not completely busted, i see that this is taking a bit
longer than i'd like.. It's easier to just run reaper again
This commit is contained in:
moxian 2025-03-31 03:35:10 -07:00 committed by nora
parent ecf52e2d3b
commit d023307d8d
3 changed files with 7 additions and 1 deletions

View file

@ -170,6 +170,7 @@ fn build(cargo: &Path, path: &Path, regression_checker_path: &Path) -> Result<()
flag.push(regression_checker_path);
flag
});
cmd.arg("--bisect-delete-imports");
let minimize_roots = start_roots.join(",");