Skip to content

Commit 150af98

Browse files
committed
1 parent 870bac2 commit 150af98

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

swift-ci/sdks/android/scripts/fetch-source.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,13 @@ pushd boringssl >/dev/null 2>&1
161161
git checkout ${BORINGSSL_VERSION}
162162
popd >/dev/null 2>&1
163163
groupend
164+
165+
groupstart "Patching Sources"
166+
pushd swift-project >/dev/null
167+
168+
# Set correct CURL_CA_PATH
169+
curl -fsSL https://github.com/swiftlang/swift-corelibs-foundation/pull/5283.patch | git patch --directory swift-corelibs-foundation
170+
171+
popd >/dev/null 2>&1
172+
groupend
173+

0 commit comments

Comments
 (0)