Skip to content

Commit

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

fix miri target information for Test step

self-explanatory

r? RalfJung
  • Loading branch information
rust-timer committed Oct 27, 2023
2 parents 59bb950 + b915fc8 commit 59ea1fc
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 59ea1fc

Please sign in to comment.