Skip to content

Commit 65a3131

Browse files
authored
Merge pull request rust-lang#295 from solson/oli-obk-patch-2
Don't rebuild miri even if nothing changed
2 parents e2de0b2 + e71af86 commit 65a3131

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ use std::env;
33
fn main() {
44
// Forward the profile to the main compilation
55
println!("cargo:rustc-env=PROFILE={}", env::var("PROFILE").unwrap());
6+
// Don't rebuild miri even if nothing changed
7+
println!("cargo:rerun-if-changed=build.rs");
68
}

0 commit comments

Comments
 (0)