Skip to content

Commit 34487a8

Browse files
authored
Unrolled build for rust-lang#122962
Rollup merge of rust-lang#122962 - jieyouxu:stamp-rmake-support-lib, r=onur-ozkan Track run-make-support lib in common inputs stamp So that when the support library gets modified, `run-make` tests are forced to re-run instead of being still ignored as if nothing changed. Fixes rust-lang#122961.
2 parents 6e6c721 + 894555f commit 34487a8

File tree

1 file changed

+2
-0
lines changed
  • src/tools/compiletest/src

1 file changed

+2
-0
lines changed

src/tools/compiletest/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,8 @@ fn common_inputs_stamp(config: &Config) -> Stamp {
609609
stamp.add_path(&rust_src_dir.join("src/etc/htmldocck.py"));
610610
}
611611

612+
stamp.add_dir(&rust_src_dir.join("src/tools/run-make-support"));
613+
612614
// Compiletest itself.
613615
stamp.add_dir(&rust_src_dir.join("src/tools/compiletest/"));
614616

0 commit comments

Comments
 (0)