Skip to content

Commit 6b86f93

Browse files
committed
remove jobserver in shim for tests in testsuite/fix
1 parent bec67ed commit 6b86f93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/fix.rs

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ fn rustc_shim_for_cargo_fix() -> Project {
110110
}
111111
let status = Command::new("rustc")
112112
.args(env::args().skip(1))
113+
.env_remove("CARGO_MAKEFLAGS")
113114
.status()
114115
.expect("failed to run rustc");
115116
process::exit(status.code().unwrap_or(2));

0 commit comments

Comments
 (0)