Skip to content

Commit

Permalink
Rollup merge of #117287 - onur-ozkan:fix-miri-target-info, r=RalfJung
Browse files Browse the repository at this point in the history
fix miri target information for Test step

self-explanatory

r? RalfJung
  • Loading branch information
matthiaskrgr committed Oct 27, 2023
2 parents f9d62a8 + b915fc8 commit b9015da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,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);

Expand Down

0 comments on commit b9015da

Please sign in to comment.