diff options
| author | onur-ozkan <work@onurozkan.dev> | 2023-10-27 18:20:19 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2023-10-27 18:20:19 +0300 |
| commit | b915fc86ca1b567c1355febf2c440bad6e66c573 (patch) | |
| tree | 7b0a9d7b95f30ee045a71c583f4c040475337db5 /src | |
| parent | e918db897df677d9bbda64d82ebbb8f1bc9e557f (diff) | |
| download | rust-b915fc86ca1b567c1355febf2c440bad6e66c573.tar.gz rust-b915fc86ca1b567c1355febf2c440bad6e66c573.zip | |
fix miri target information for Test step
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/src/core/build_steps/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/build_steps/test.rs b/src/bootstrap/src/core/build_steps/test.rs index 831a86940fb..9980a3f3d38 100644 --- a/src/bootstrap/src/core/build_steps/test.rs +++ b/src/bootstrap/src/core/build_steps/test.rs @@ -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); |
