Skip to content

Commit

Permalink
Merge pull request rust-lang#295 from solson/oli-obk-patch-2
Browse files Browse the repository at this point in the history
Don't rebuild miri even if nothing changed
  • Loading branch information
RalfJung authored Aug 9, 2017
2 parents e2de0b2 + e71af86 commit 65a3131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ use std::env;
fn main() {
// Forward the profile to the main compilation
println!("cargo:rustc-env=PROFILE={}", env::var("PROFILE").unwrap());
// Don't rebuild miri even if nothing changed
println!("cargo:rerun-if-changed=build.rs");
}

0 comments on commit 65a3131

Please sign in to comment.