Skip to content

Commit dcae222

Browse files
Merge pull request #1145 from pierwill/rustc-force-rename
Add new name for rustc version environment variable
2 parents a6c5b11 + 7d1c942 commit dcae222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/src/rustc-fake.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ fn determinism_env(cmd: &mut Command) {
1515
// comparing two commits has a source of noise that makes it harder to know
1616
// what the actual change between two artifacts is.
1717
cmd.env("RUSTC_FORCE_INCR_COMP_ARTIFACT_HEADER", "rustc-perf");
18+
cmd.env("RUSTC_FORCE_RUSTC_VERSION", "rustc-perf");
1819
}
1920

2021
fn main() {

0 commit comments

Comments
 (0)