We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427364c commit df44af6Copy full SHA for df44af6
utils/build_swift/build_swift/driver_arguments.py
@@ -980,6 +980,7 @@ def create_argument_parser():
980
help='skip testing iOS simulator targets')
981
option('--skip-test-ios-32bit-simulator',
982
toggle_false('test_ios_32bit_simulator'),
983
+ default=False,
984
help='skip testing iOS 32 bit simulator targets')
985
option('--skip-test-ios-host',
986
toggle_false('test_ios_host'),
0 commit comments