Skip to content

Commit 55f9aa4

Browse files
authored
Merge pull request #41322 from edymtt/no-benchmark-for-back-deploy-concurrency
Don't include benchmarks when building back deploy concurrency
2 parents f13f3bd + e442511 commit 55f9aa4

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
@@ -80,6 +80,7 @@ def build(self, host_target):
8080
self.cmake_options.define('SWIFT_BUILD_DYNAMIC_SDK_OVERLAY:BOOL', False)
8181
self.cmake_options.define('SWIFT_BUILD_STATIC_SDK_OVERLAY:BOOL', False)
8282
self.cmake_options.define('SWIFT_INCLUDE_TESTS:BOOL', False)
83+
self.cmake_options.define('SWIFT_BUILD_PERF_TESTSUITE:BOOL', False)
8384

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

0 commit comments

Comments
 (0)