|
89 | 89 | 'build_swift_static_stdlib': False,
|
90 | 90 | 'build_swift_stdlib_unittest_extra': False,
|
91 | 91 | 'build_swiftpm': False,
|
| 92 | + 'build_swift_driver': False, |
92 | 93 | 'build_swiftsyntax': False,
|
93 | 94 | 'build_tensorflow_swift_apis': False,
|
94 | 95 | 'build_libparser_only': False,
|
|
99 | 100 | 'test_sourcekitlsp_sanitize_all': False,
|
100 | 101 | 'build_sourcekitlsp': False,
|
101 | 102 | 'install_swiftpm': False,
|
| 103 | + 'install_swift_driver': False, |
102 | 104 | 'install_swiftsyntax': False,
|
103 | 105 | 'swiftsyntax_verify_generated_files': False,
|
104 | 106 | 'install_playgroundsupport': False,
|
|
230 | 232 | 'test_watchos_simulator': False,
|
231 | 233 | 'test_playgroundsupport': True,
|
232 | 234 | 'test_swiftpm': False,
|
| 235 | + 'test_swift_driver': False, |
233 | 236 | 'test_swiftsyntax': False,
|
234 | 237 | 'test_indexstoredb': False,
|
235 | 238 | 'test_sourcekitlsp': False,
|
@@ -473,6 +476,7 @@ class BuildScriptImplOption(_BaseOption):
|
473 | 476 | dest='install_tensorflow_swift_apis'),
|
474 | 477 | SetTrueOption('--skip-build'),
|
475 | 478 | SetTrueOption('--swiftpm', dest='build_swiftpm'),
|
| 479 | + SetTrueOption('--swift-driver', dest='build_swift_driver'), |
476 | 480 | SetTrueOption('--swiftsyntax', dest='build_swiftsyntax'),
|
477 | 481 | SetTrueOption('--build-libparser-only', dest='build_libparser_only'),
|
478 | 482 | SetTrueOption('--skstresstester', dest='build_skstresstester'),
|
@@ -523,6 +527,7 @@ class BuildScriptImplOption(_BaseOption):
|
523 | 527 | EnableOption('--swiftsyntax-verify-generated-files',
|
524 | 528 | dest='swiftsyntax_verify_generated_files'),
|
525 | 529 | EnableOption('--install-swiftpm', dest='install_swiftpm'),
|
| 530 | + EnableOption('--install-swift-driver', dest='install_swift_driver'), |
526 | 531 | EnableOption('--install-sourcekit-lsp', dest='install_sourcekitlsp'),
|
527 | 532 | EnableOption('--install-skstresstester', dest='install_skstresstester'),
|
528 | 533 | EnableOption('--install-swiftevolve', dest='install_swiftevolve'),
|
@@ -588,6 +593,7 @@ class BuildScriptImplOption(_BaseOption):
|
588 | 593 | DisableOption('--skip-test-playgroundsupport',
|
589 | 594 | dest='test_playgroundsupport'),
|
590 | 595 | DisableOption('--skip-test-swiftpm', dest='test_swiftpm'),
|
| 596 | + DisableOption('--skip-test-swift-driver', dest='test_swift_driver'), |
591 | 597 | DisableOption('--skip-test-swiftsyntax', dest='test_swiftsyntax'),
|
592 | 598 | DisableOption('--skip-test-indexstore-db', dest='test_indexstoredb'),
|
593 | 599 | DisableOption('--skip-test-sourcekit-lsp', dest='test_sourcekitlsp'),
|
|
0 commit comments