Skip to content

Commit 4ddc8e4

Browse files
authored
Rollup merge of #121228 - onur-ozkan:fix-clippy-stamp-bug, r=albertlarsan68
create stamp file for 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. Fixes #119442
2 parents a78e461 + 3ec7d0a commit 4ddc8e4

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)