We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
skip-cmake-bootstrap
1 parent 9c290df commit 95645f3Copy full SHA for 95645f3
Utilities/bootstrap
@@ -238,8 +238,7 @@ def parse_build_args(args):
238
args.bootstrap_dir = os.path.join(args.target_dir, "bootstrap")
239
args.conf = 'release' if args.release else 'debug'
240
args.bin_dir = os.path.join(args.target_dir, args.conf)
241
- args.bootstrap = not args.skip_cmake_bootstrap or \
242
- not os.path.exists(os.path.join(os.path.split(args.swiftc_path)[0], "swift-build"))
+ args.bootstrap = not args.skip_cmake_bootstrap
243
244
def parse_test_args(args):
245
"""Parses and cleans arguments necessary for the test action."""
0 commit comments