Skip to content

Commit

Permalink
Revert "Revert "Add benchmark target when BUILD_SWIFT_PERF_TESTSUITE …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
gottesmm committed Nov 15, 2015
1 parent 0840b3a commit 444a4cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/build-script-impl
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,9 @@ for deployment_target in "${NATIVE_TOOLS_DEPLOYMENT_TARGETS[@]}" "${CROSS_TOOLS_
fi

build_targets=(all "${SWIFT_STDLIB_TARGETS[@]}")
if [[ $(true_false "${BUILD_SWIFT_PERF_TESTSUITE}") == "TRUE" ]]; then
build_targets=("${build_targets[@]}" benchmark-swift)
fi
skip_build=$SKIP_BUILD_SWIFT
;;

Expand Down

0 comments on commit 444a4cd

Please sign in to comment.