We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6c5b11 + 7d1c942 commit dcae222Copy full SHA for dcae222
collector/src/rustc-fake.rs
@@ -15,6 +15,7 @@ fn determinism_env(cmd: &mut Command) {
15
// comparing two commits has a source of noise that makes it harder to know
16
// what the actual change between two artifacts is.
17
cmd.env("RUSTC_FORCE_INCR_COMP_ARTIFACT_HEADER", "rustc-perf");
18
+ cmd.env("RUSTC_FORCE_RUSTC_VERSION", "rustc-perf");
19
}
20
21
fn main() {
0 commit comments