Skip to content

Commit 903ae7c

Browse files
committed
Remove upstreamed Foundation patch from CI
1 parent c5e0204 commit 903ae7c

4 files changed

+14
-424
lines changed

.github/workflows/sdks.yml

-3
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,11 @@ jobs:
133133
if [ ${{ matrix.version }} = 'devel' ]; then
134134
git apply swift-android-foundation-devel.patch
135135
perl -pi -e 's%r26%ndk/27%' swift/stdlib/cmake/modules/AddSwiftStdlib.cmake
136-
else
137-
git apply swift-android-foundation-trunk.patch
138136
fi
139137
git apply swift-android-ci-except-release.patch swift-android-foundation-except-release.patch
140138
fi
141139
142140
perl -pi -e 's%String\(cString: getpass%\"fake\" //%' swiftpm/Sources/PackageRegistryCommand/PackageRegistryCommand+Auth.swift
143-
144141
VERSION="$(echo ${{ steps.version.outputs.tag }} | cut -f1,2 -d-)-${{ matrix.version }}"
145142
146143
# e.g. swift-6.0.1-release-android-24-sdk

0 commit comments

Comments
 (0)