File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
swift-ci/sdks/android/scripts Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,6 @@ for arch in $archs; do
385
385
1|true|yes|YES)
386
386
build_cmark=" "
387
387
local_build=" "
388
- build_llvm=" 1"
389
388
build_swift_tools=" 1"
390
389
validation_test=" 1"
391
390
native_swift_tools_path=" "
@@ -394,7 +393,6 @@ for arch in $archs; do
394
393
* )
395
394
build_cmark=" --skip-build-cmark"
396
395
local_build=" --skip-local-build"
397
- build_llvm=" 0"
398
396
build_swift_tools=" 0"
399
397
validation_test=" 0"
400
398
native_swift_tools_path=" --native-swift-tools-path=$host_toolchain /bin"
@@ -417,7 +415,7 @@ for arch in $archs; do
417
415
--cross-compile-hosts=android-$arch \
418
416
--cross-compile-deps-path=$sdk_root \
419
417
--install-destdir=$sdk_root \
420
- --build-llvm=$build_llvm \
418
+ --build-llvm=0 \
421
419
--build-swift-tools=$build_swift_tools \
422
420
${native_swift_tools_path} \
423
421
${native_clang_tools_path} \
You can’t perform that action at this time.
0 commit comments