Skip to content

Commit 93aef2c

Browse files
committed
Use less context when applying llbuild patch on CI because of upstream changes
1 parent 6f91402 commit 93aef2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sdks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ jobs:
126126
ANDROID_ARCH=$arch BUILD_SWIFT_PM=1 ${TOOLCHAIN}/bin/swift get-packages-and-swift-source.swift
127127
done
128128
129-
git apply swift-android.patch swift-android-ci.patch swift-crypto.patch swift-system.patch
129+
git apply swift-android.patch swift-crypto.patch swift-system.patch
130+
git apply -C1 swift-android-ci.patch
130131
if [ ${{ matrix.version }} = 'release' ]; then
131132
git apply swift-android-ci-release.patch swift-android-foundation-release.patch
132133
perl -pi -e 's%r26%ndk/27%' swift/stdlib/cmake/modules/AddSwiftStdlib.cmake

0 commit comments

Comments
 (0)