Skip to content

Commit 53aa633

Browse files
committed
Build with --build-llvm=0
1 parent fcde0f1 commit 53aa633

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ for arch in $archs; do
385385
1|true|yes|YES)
386386
build_cmark=""
387387
local_build=""
388-
build_llvm="1"
389388
build_swift_tools="1"
390389
validation_test="1"
391390
native_swift_tools_path=""
@@ -394,7 +393,6 @@ for arch in $archs; do
394393
*)
395394
build_cmark="--skip-build-cmark"
396395
local_build="--skip-local-build"
397-
build_llvm="0"
398396
build_swift_tools="0"
399397
validation_test="0"
400398
native_swift_tools_path="--native-swift-tools-path=$host_toolchain/bin"
@@ -417,7 +415,7 @@ for arch in $archs; do
417415
--cross-compile-hosts=android-$arch \
418416
--cross-compile-deps-path=$sdk_root \
419417
--install-destdir=$sdk_root \
420-
--build-llvm=$build_llvm \
418+
--build-llvm=0 \
421419
--build-swift-tools=$build_swift_tools \
422420
${native_swift_tools_path} \
423421
${native_clang_tools_path} \

0 commit comments

Comments
 (0)