Skip to content

Commit fa1fc15

Browse files
committed
[build-script] Skip unsupported 'check-swift-only_long-optimize' test variant
1 parent 4882bff commit fa1fc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ function calculate_targets_for_host() {
12271227
fi
12281228
fi
12291229
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
1230+
if [[ $(not ${SKIP_TEST_OPTIMIZED}) && ! -n "${test_host_only}" && "${test_subset_target_suffix}" != "-only_long" ]] ; then
12311231
SWIFT_TEST_TARGETS+=("check-swift${test_subset_target_suffix}-optimize-${stdlib_deployment_target}")
12321232
fi
12331233
fi

0 commit comments

Comments
 (0)