mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
fix ci_rustc_if_unchanged_logic test
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
@@ -239,7 +239,7 @@ fn ci_rustc_if_unchanged_logic() {
|
||||
builder.run_step_descriptions(&Builder::get_step_descriptions(config.cmd.kind()), &[]);
|
||||
|
||||
let compiler_path = build.src.join("compiler");
|
||||
let library_path = build.src.join("compiler");
|
||||
let library_path = build.src.join("library");
|
||||
|
||||
let commit =
|
||||
get_closest_merge_commit(Some(&builder.config.src), &builder.config.git_config(), &[
|
||||
|
||||
Reference in New Issue
Block a user