Skip to content

Commit 444a4cd

Browse files
committed
Revert "Revert "Add benchmark target when BUILD_SWIFT_PERF_TESTSUITE is set""
This reverts commit 5437140. It is not clear to me, why/where this was failing. I am going to baby sit it through the CI.
1 parent 0840b3a commit 444a4cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-script-impl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,6 +1560,9 @@ for deployment_target in "${NATIVE_TOOLS_DEPLOYMENT_TARGETS[@]}" "${CROSS_TOOLS_
15601560
fi
15611561

15621562
build_targets=(all "${SWIFT_STDLIB_TARGETS[@]}")
1563+
if [[ $(true_false "${BUILD_SWIFT_PERF_TESTSUITE}") == "TRUE" ]]; then
1564+
build_targets=("${build_targets[@]}" benchmark-swift)
1565+
fi
15631566
skip_build=$SKIP_BUILD_SWIFT
15641567
;;
15651568

0 commit comments

Comments
 (0)