fix ci_rustc_if_unchanged_logic test
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
883f9a2c8f
commit
4474018500
1 changed files with 1 additions and 1 deletions
|
|
@ -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(), &[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue