Skip to content

Commit df44af6

Browse files
committed
[Build System] Disable running 32bit iOS simulator by default
(cherry picked from commit 5e5a6ca)
1 parent 427364c commit df44af6

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
@@ -980,6 +980,7 @@ def create_argument_parser():
980980
help='skip testing iOS simulator targets')
981981
option('--skip-test-ios-32bit-simulator',
982982
toggle_false('test_ios_32bit_simulator'),
983+
default=False,
983984
help='skip testing iOS 32 bit simulator targets')
984985
option('--skip-test-ios-host',
985986
toggle_false('test_ios_host'),

0 commit comments

Comments
 (0)