Skip to content

Commit

Permalink
chore: remove cargo:rerun-if-changed=tests in noirc_driver (#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
kek kek kek authored and TomAFrench committed Nov 14, 2023
1 parent 6c26bdb commit ebd0204
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/noirc_driver/build.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
const GIT_COMMIT: &&str = &"GIT_COMMIT";

fn main() {
// Rebuild if the tests have changed
println!("cargo:rerun-if-changed=tests");

// Only use build_data if the environment variable isn't set
// The environment variable is always set when working via Nix
if std::env::var(GIT_COMMIT).is_err() {
Expand Down

0 comments on commit ebd0204

Please sign in to comment.