Skip to content

Commit 3ec7d0a

Browse files
committed
create stamp file for clippy in Config::download_clippy
Due to missing stamp file, we were downloading (and applying nix patches if enabled) continuously every time `Config::download_clippy` was called. This change fixes that by creating stamp file at the end of the function. Signed-off-by: onur-ozkan <[email protected]>
1 parent bc1b9e0 commit 3ec7d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/download.rs

+1
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ impl Config {
399399
self.fix_bin_or_dylib(&cargo_clippy.with_file_name(exe("clippy-driver", host)));
400400
}
401401

402+
self.create(&clippy_stamp, date);
402403
cargo_clippy
403404
}
404405

0 commit comments

Comments
 (0)