Skip to content

Commit 085f2eb

Browse files
committed
Revert "update bootstrap to not perform cross compilation when building tests"
This reverts commit 5ba8ce1.
1 parent 90fc47e commit 085f2eb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Utilities/bootstrap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,6 @@ 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-
408403
parse_test_args(args)
409404
cmd = [
410405
os.path.join(args.bin_dir, "swift-test")

0 commit comments

Comments
 (0)