Skip to content

Commit 5be83d2

Browse files
lucarligonur-ozkan
andauthored
set default to false
Co-authored-by: Onur Özkan <[email protected]>
1 parent 9166a65 commit 5be83d2

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/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ pub struct TestFloatParse {
11041104
impl Step for TestFloatParse {
11051105
type Output = ();
11061106
const ONLY_HOSTS: bool = true;
1107-
const DEFAULT: bool = true;
1107+
const DEFAULT: bool = false;
11081108

11091109
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
11101110
run.path("src/etc/test-float-parse")

0 commit comments

Comments
 (0)