Skip to content

Commit 59ea1fc

Browse files
authored
Unrolled build for rust-lang#117287
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
2 parents 59bb950 + b915fc8 commit 59ea1fc

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ impl Step for Miri {
630630
SourceType::InTree,
631631
&[],
632632
);
633-
let _guard = builder.msg_sysroot_tool(Kind::Test, compiler.stage, "miri", host, host);
633+
let _guard = builder.msg_sysroot_tool(Kind::Test, compiler.stage, "miri", host, target);
634634

635635
cargo.add_rustc_lib_path(builder, compiler);
636636

0 commit comments

Comments
 (0)