fix miri target information for Test step
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
e918db897d
commit
b915fc86ca
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ impl Step for Miri {
|
|||
SourceType::InTree,
|
||||
&[],
|
||||
);
|
||||
let _guard = builder.msg_sysroot_tool(Kind::Test, compiler.stage, "miri", host, host);
|
||||
let _guard = builder.msg_sysroot_tool(Kind::Test, compiler.stage, "miri", host, target);
|
||||
|
||||
cargo.add_rustc_lib_path(builder, compiler);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue