We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4882bff commit fa1fc15Copy full SHA for fa1fc15
utils/build-script-impl
@@ -1227,7 +1227,7 @@ function calculate_targets_for_host() {
1227
fi
1228
1229
SWIFT_TEST_TARGETS+=("check-swift${test_subset_target_suffix}${test_target_suffix}-${stdlib_deployment_target}")
1230
- if [[ $(not ${SKIP_TEST_OPTIMIZED}) && ! -n "${test_host_only}" ]] ; then
+ if [[ $(not ${SKIP_TEST_OPTIMIZED}) && ! -n "${test_host_only}" && "${test_subset_target_suffix}" != "-only_long" ]] ; then
1231
SWIFT_TEST_TARGETS+=("check-swift${test_subset_target_suffix}-optimize-${stdlib_deployment_target}")
1232
1233
0 commit comments