File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,16 +128,17 @@ jobs:
128
128
git apply swift-android.patch swift-android-ci.patch swift-crypto.patch swift-system.patch
129
129
if [ ${{ matrix.version }} = 'release' ]; then
130
130
git apply swift-android-ci-release.patch swift-android-foundation-release.patch
131
+ perl -pi -e 's%r26%ndk/27%' swift/stdlib/cmake/modules/AddSwiftStdlib.cmake
131
132
else
132
133
if [ ${{ matrix.version }} = 'devel' ]; then
133
134
git apply swift-android-foundation-devel.patch
135
+ perl -pi -e 's%r26%ndk/27%' swift/stdlib/cmake/modules/AddSwiftStdlib.cmake
134
136
else
135
137
git apply swift-android-foundation-trunk.patch
136
138
fi
137
139
git apply swift-android-ci-except-release.patch swift-android-foundation-except-release.patch
138
140
fi
139
141
140
- perl -pi -e 's%r26%ndk/27%' swift/stdlib/cmake/modules/AddSwiftStdlib.cmake
141
142
perl -pi -e 's%String\(cString: getpass%\"fake\" //%' swiftpm/Sources/PackageRegistryCommand/PackageRegistryCommand+Auth.swift
142
143
143
144
VERSION="$(echo ${{ steps.version.outputs.tag }} | cut -f1,2 -d-)-${{ matrix.version }}"
You can’t perform that action at this time.
0 commit comments