Skip to content

Commit 5ba8ce1

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Utilities/bootstrap

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

402402
logging.info("Testing")
403+
404+
# Ensure cross compilation is disabled so we only exeucte the tests against the
405+
# host architecture
406+
args.cross_compile_hosts = False
407+
403408
parse_test_args(args)
404409
cmd = [
405410
os.path.join(args.bin_dir, "swift-test")

0 commit comments

Comments
 (0)