We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df06437 commit ecc628eCopy full SHA for ecc628e
swift-ci/sdks/android/patches/apply-patches.sh
@@ -6,12 +6,11 @@ cd ${1}
6
case "${BUILD_SCHEME}" in
7
swift-*-branch)
8
git apply -v -C1 ${patches_dir}/swift-android.patch
9
- git apply -v -C1 ${patches_dir}/swift-android-testing-except-release.patch
+ git apply -v -C1 ${patches_dir}/swift-android-devel.patch
10
;;
11
development)
12
13
git apply -v -C1 ${patches_dir}/swift-android-trunk-libdispatch.patch
14
15
16
*)
17
echo "$0: invalid BUILD_SCHEME=${BUILD_SCHEME}"
0 commit comments