Skip to content

Commit 4ebf537

Browse files
committed
Remove upstream swift-build patch that's no longer needed on the CI
1 parent 9062672 commit 4ebf537

File tree

2 files changed

+1
-355
lines changed

2 files changed

+1
-355
lines changed

.github/workflows/sdks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ jobs:
130130
LSP_BUILD="--sourcekit-lsp"
131131
git apply swift-android-ci-release.patch swift-android-testing-release.patch
132132
else
133-
if ${{ matrix.version == 'devel' }}; then
134-
git apply swift-android-ci-devel.patch
135-
else
133+
if ${{ matrix.version == 'trunk' }}; then
136134
git apply swift-android-trunk-libdispatch.patch
137135
fi
138136
git apply -C2 swift-android-ci-except-release.patch swift-android-testing-except-release.patch

swift-android-ci-devel.patch

Lines changed: 0 additions & 352 deletions
This file was deleted.

0 commit comments

Comments
 (0)