Skip to content

Commit 16f0bb3

Browse files
committed
[5.5] Don't include tests for back deploy concurrency product
Addresses rdar://83777172 (cherry picked from commit 6fbc962)
1 parent 95dc169 commit 16f0bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/swift_build_support/swift_build_support/products/backdeployconcurrency.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def build(self, host_target):
7979
self.cmake_options.define('SWIFT_BUILD_SDK_OVERLAY:BOOL', False)
8080
self.cmake_options.define('SWIFT_BUILD_DYNAMIC_SDK_OVERLAY:BOOL', False)
8181
self.cmake_options.define('SWIFT_BUILD_STATIC_SDK_OVERLAY:BOOL', False)
82+
self.cmake_options.define('SWIFT_INCLUDE_TESTS:BOOL', False)
8283

8384
self.cmake_options.define('SWIFT_HOST_VARIANT_ARCH:STRING', arch)
8485
self.cmake_options.define('BUILD_STANDALONE:BOOL', True)

0 commit comments

Comments
 (0)