fix miri target information for Test step
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
e918db897d
commit
b915fc86ca
@ -629,7 +629,7 @@ impl Step for Miri {
|
|||||||
SourceType::InTree,
|
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);
|
cargo.add_rustc_lib_path(builder, compiler);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user