Skip to content

Commit 5e5a6ca

Browse files
committed
[Build System] Disable running 32bit iOS simulator by default
1 parent edcc3a2 commit 5e5a6ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ def create_argument_parser():
998998
help='skip testing iOS simulator targets')
999999
option('--skip-test-ios-32bit-simulator',
10001000
toggle_false('test_ios_32bit_simulator'),
1001+
default=False,
10011002
help='skip testing iOS 32 bit simulator targets')
10021003
option('--skip-test-ios-host',
10031004
toggle_false('test_ios_host'),

0 commit comments

Comments
 (0)