Skip to content

Commit 9c22c6c

Browse files
authored
Revert "Disable CMake bootstrap by default" (#7108)
Reverts #7089 This is incomplete and needs a significant amount of work to actually do what we want.
1 parent 24929f3 commit 9c22c6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Utilities/bootstrap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def add_build_args(parser):
131131
parser.add_argument(
132132
"--skip-cmake-bootstrap",
133133
action="store_true",
134-
default=True,
135134
help="build with prebuilt package manager in toolchain if it exists")
136135
parser.add_argument(
137136
"--libswiftpm-install-dir",

0 commit comments

Comments
 (0)