Skip to content

Commit 72b184f

Browse files
authored
Disable CMake bootstrap by default (#7089)
It sounds as if we shouldn't need this anymore.
1 parent 2bb5a64 commit 72b184f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/bootstrap

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

0 commit comments

Comments
 (0)