Skip to content

Commit

Permalink
remove jobserver in shim for tests in testsuite/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
belovdv committed Nov 29, 2023
1 parent bec67ed commit 6b86f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testsuite/fix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ fn rustc_shim_for_cargo_fix() -> Project {
}
let status = Command::new("rustc")
.args(env::args().skip(1))
.env_remove("CARGO_MAKEFLAGS")
.status()
.expect("failed to run rustc");
process::exit(status.code().unwrap_or(2));
Expand Down

0 comments on commit 6b86f93

Please sign in to comment.