File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,11 @@ jobs:
127
127
git apply -C1 swift-android.patch swift-android-ci.patch
128
128
if ${{ matrix.version == 'release' }}; then
129
129
perl -pi -e 's%r26%ndk/27%' swift/stdlib/cmake/modules/AddSwiftStdlib.cmake
130
- LSP_BUILD="-p - -sourcekit-lsp"
130
+ LSP_BUILD="--sourcekit-lsp"
131
131
git apply swift-android-ci-release.patch swift-android-testing-release.patch
132
132
else
133
133
if ${{ matrix.version == 'devel' }}; then
134
134
git apply swift-android-ci-devel.patch
135
- LSP_BUILD="-p"
136
135
else
137
136
git apply swift-android-trunk-libdispatch.patch
138
137
fi
@@ -160,7 +159,7 @@ jobs:
160
159
SDK_NAME=$(ls | grep swift-${{ matrix.version }}-android-$arch)
161
160
SDK=`pwd`/$SDK_NAME
162
161
163
- ./swift/utils/build-script -RA --skip-build-cmark --build-llvm=0 --android --android-ndk $ANDROID_NDK_HOME --android-arch $arch --android-api-level $ANDROID_API_LEVEL --build-swift-tools=0 --native-swift-tools-path=${TOOLCHAIN}/bin --native-clang-tools-path=${TOOLCHAIN}/bin --cross-compile-hosts=android-$arch --cross-compile-deps-path=$SDK --skip-local-build --build-swift-static-stdlib --xctest --install-swift --install-libdispatch --install-foundation --install-xctest --install-destdir=$SDK --swift-install-components='compiler;clang-resource-dir-symlink;license;stdlib;sdk-overlay' --cross-compile-append-host-target-to-destdir=False -b --install-llbuild --swift-testing --install-swift-testing $LSP_BUILD
162
+ ./swift/utils/build-script -RA --skip-build-cmark --build-llvm=0 --android --android-ndk $ANDROID_NDK_HOME --android-arch $arch --android-api-level $ANDROID_API_LEVEL --build-swift-tools=0 --native-swift-tools-path=${TOOLCHAIN}/bin --native-clang-tools-path=${TOOLCHAIN}/bin --cross-compile-hosts=android-$arch --cross-compile-deps-path=$SDK --skip-local-build --build-swift-static-stdlib --xctest --install-swift --install-libdispatch --install-foundation --install-xctest --install-destdir=$SDK --swift-install-components='compiler;clang-resource-dir-symlink;license;stdlib;sdk-overlay' --cross-compile-append-host-target-to-destdir=False -b --install-llbuild --swift-testing --install-swift-testing -p $LSP_BUILD
164
163
165
164
rm $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/swift
166
165
You can’t perform that action at this time.
0 commit comments