Skip to content

Commit a84a5f7

Browse files
Update src/bootstrap/src/core/build_steps/test.rs
Co-authored-by: Onur Özkan <[email protected]>
1 parent 93bfb09 commit a84a5f7

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,7 @@ pub struct RunMakeSupportTest {
14051405

14061406
impl Step for RunMakeSupportTest {
14071407
type Output = ();
1408+
const ONLY_HOSTS: bool = true;
14081409

14091410
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
14101411
run.path("src/tools/run-make-support")

0 commit comments

Comments
 (0)