Skip to content

Commit 446224a

Browse files
committed
update bootstrap to not perform cross compilation when building tests
1 parent 50229ae commit 446224a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/bootstrap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ def test(args):
400400
build(args)
401401

402402
logging.info("Testing")
403+
# When building the tests, only build for the host platform.
404+
args.cross_compile_hosts = False
403405
parse_test_args(args)
404406
cmd = [
405407
os.path.join(args.bin_dir, "swift-test")

0 commit comments

Comments
 (0)