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.
2 parents 3fe1659 + bb5e589 commit 16b3d6cCopy full SHA for 16b3d6c
utils/build-script-impl
@@ -1083,7 +1083,7 @@ for deployment_target in "${STDLIB_DEPLOYMENT_TARGETS[@]}"; do
1083
if [[ "${BUILD_SWIFT_STDLIB_UNITTEST_EXTRA}" == "1" ]] ; then
1084
SWIFT_STDLIB_TARGETS+=("swift-stdlib-${deployment_target}")
1085
else
1086
- if [[ "${VALIDATION_TEST}" == "1" ]] ; then
+ if [[ "${VALIDATION_TEST}" == "1" || "${LONG_TEST}" == "1" ]] ; then
1087
1088
1089
SWIFT_STDLIB_TARGETS+=("swift-test-stdlib-${deployment_target}")
0 commit comments