Skip to content

Commit b5c36d9

Browse files
ludfjigCopilot
authored andcommitted
Prevent hyperlight_guest from always rebuilding even with no new updates (#507)
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent 407ea32 commit b5c36d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hyperlight_guest/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ fn copy_includes<P: AsRef<Path>, Q: AsRef<Path> + std::fmt::Debug>(include_dir:
4141

4242
fn cargo_main() {
4343
println!("cargo:rerun-if-changed=third_party");
44-
println!("cargo:rerun-if-changed=include");
4544

4645
let mut cfg = cc::Build::new();
4746

0 commit comments

Comments
 (0)