Skip to content

Commit d070103

Browse files
authored
Update build.sh to skip testing Foundation for linux, which requires building SwiftPM from source first
1 parent 02485be commit d070103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ for arch in $archs; do
447447
${local_build} \
448448
--host-test \
449449
--skip-test-linux \
450-
--skip-test-xctest \
450+
--skip-test-xctest --skip-test-foundation \
451451
--build-swift-static-stdlib \
452452
--install-swift \
453453
--install-libdispatch \

0 commit comments

Comments
 (0)