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 6f91402 commit 93aef2cCopy full SHA for 93aef2c
.github/workflows/sdks.yml
@@ -126,7 +126,8 @@ jobs:
126
ANDROID_ARCH=$arch BUILD_SWIFT_PM=1 ${TOOLCHAIN}/bin/swift get-packages-and-swift-source.swift
127
done
128
129
- git apply swift-android.patch swift-android-ci.patch swift-crypto.patch swift-system.patch
+ git apply swift-android.patch swift-crypto.patch swift-system.patch
130
+ git apply -C1 swift-android-ci.patch
131
if [ ${{ matrix.version }} = 'release' ]; then
132
git apply swift-android-ci-release.patch swift-android-foundation-release.patch
133
perl -pi -e 's%r26%ndk/27%' swift/stdlib/cmake/modules/AddSwiftStdlib.cmake
0 commit comments