Skip to content

Commit ecc628e

Browse files
authored
Update apply-patches.sh to apply devel and remove merged except-release
1 parent df06437 commit ecc628e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swift-ci/sdks/android/patches/apply-patches.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ cd ${1}
66
case "${BUILD_SCHEME}" in
77
swift-*-branch)
88
git apply -v -C1 ${patches_dir}/swift-android.patch
9-
git apply -v -C1 ${patches_dir}/swift-android-testing-except-release.patch
9+
git apply -v -C1 ${patches_dir}/swift-android-devel.patch
1010
;;
1111
development)
1212
git apply -v -C1 ${patches_dir}/swift-android.patch
1313
git apply -v -C1 ${patches_dir}/swift-android-trunk-libdispatch.patch
14-
git apply -v -C1 ${patches_dir}/swift-android-testing-except-release.patch
1514
;;
1615
*)
1716
echo "$0: invalid BUILD_SCHEME=${BUILD_SCHEME}"

0 commit comments

Comments
 (0)