From 33e3ff5de8e95d659c151b68a1931b5da05c5740 Mon Sep 17 00:00:00 2001 From: Christian Moritz Date: Sun, 6 Oct 2019 03:19:00 +0200 Subject: remove appveyor specific code paths (#3071) --- core/build.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/build.rs') diff --git a/core/build.rs b/core/build.rs index ead65476a..64b5ca47b 100644 --- a/core/build.rs +++ b/core/build.rs @@ -51,8 +51,6 @@ mod gn { // Tell Cargo when to re-run this file. We do this first, so these directives // can take effect even if something goes wrong later in the build process. println!("cargo:rerun-if-env-changed=DENO_BUILD_PATH"); - // TODO: this is obviously not appropriate here. - println!("cargo:rerun-if-env-changed=APPVEYOR_REPO_COMMIT"); // This helps Rust source files locate the snapshot, source map etc. println!("cargo:rustc-env=GN_OUT_DIR={}", gn_out_dir); -- cgit v1.2.3