Skip to content

Commit b1126af

Browse files
authored
Merge pull request swiftlang#39548 from edymtt/dont-include-tests-for-backdeployconcurrency-product
Don't include tests for back deploy concurrency product
2 parents 7eb0ca1 + a0c6367 commit b1126af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

utils/swift_build_support/swift_build_support/compiler_stage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#
1111
# ===---------------------------------------------------------------------===#
1212

13+
1314
class StageArgs(object):
1415
def __init__(self, stage, args):
1516
self.__dict__['postfix'] = stage.postfix

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)