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 ad934ff commit 249e9c6Copy full SHA for 249e9c6
swift-ci/sdks/android/scripts/patch-sources.sh
@@ -61,8 +61,7 @@ for patch in "$swift_android_patch" "$testing_patch" "$dispatch_patch"; do
61
echo "applying patch $patch in $PWD…"
62
# first check to make sure the patches can apply and fail if not
63
git apply -v --check -C1 "$patch"
64
- echo "git apply --check result: $0"
65
- git apply -v -C1 "$patch"
+ git apply --no-index -v -C1 "$patch"
66
67
#if git apply -C1 --reverse --check "$patch" >/dev/null 2>&1 ; then
68
# echo "already patched"
0 commit comments