Skip to content

Commit 69800e6

Browse files
committed
Run the compiler validation suite for Android
1 parent dea39d7 commit 69800e6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,19 +385,14 @@ for arch in $archs; do
385385
$build_type_flag \
386386
--reconfigure \
387387
--no-assertions \
388+
--validation-test=1 \
388389
--android \
389390
--android-ndk=$ndk_home \
390391
--android-arch=$arch \
391392
--android-api-level=$android_api \
392-
--native-swift-tools-path=$host_toolchain/bin \
393-
--native-clang-tools-path=$host_toolchain/bin \
394393
--cross-compile-hosts=android-$arch \
395394
--cross-compile-deps-path=$sdk_root \
396395
--install-destdir=$sdk_root \
397-
--build-llvm=0 \
398-
--build-swift-tools=0 \
399-
--skip-build-cmark \
400-
--skip-local-build \
401396
--build-swift-static-stdlib \
402397
--install-swift \
403398
--install-libdispatch \

0 commit comments

Comments
 (0)