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.
1 parent 234ca95 commit ffb35beCopy full SHA for ffb35be
swift-ci/sdks/android/scripts/build.sh
@@ -370,11 +370,9 @@ for arch in $archs; do
370
#--extra-cmake-options="-DCMAKE_HAVE_LIBC_PTHREAD=ON" \
371
372
# THREADS_PREFER_PTHREAD_FLAG=OFF is needed to prevent adding the -pthread flag, which fails on Android
373
-
374
- swiftc=$(find ${build_dir}/swift -name 'swiftc' | grep -v bootstrapping)
375
- lld=$(find ${build_dir}/swift -name 'ld.lld')
376
377
- echo "built: ${swiftc}"
+ #swiftc=$(find ${build_dir}/swift -name 'swiftc' | grep -v bootstrapping)
+ #lld=$(find ${build_dir}/swift -name 'ld.lld')
+ #echo "built: ${swiftc}"
378
379
quiet_popd
380
done
0 commit comments