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 53d9924 commit af6ff72Copy full SHA for af6ff72
swift-ci/sdks/android/build
@@ -74,7 +74,7 @@ if [[ ! -d ${PATCHDIR} ]]; then
74
git apply -v $PATCHDIR/swift-android.patch
75
# swift-android-ci.patch is not needed, since it is only used for llbuild, etc.
76
#git apply -C1 $PATCHDIR/swift-android-ci.patch
77
- git apply -v $PATCHDIR/swift-android-ci-release.patch
+ #git apply -v $PATCHDIR/swift-android-ci-release.patch
78
git apply -v $PATCHDIR/swift-android-testing-release.patch
79
80
perl -pi -e 's%String\(cString: getpass%\"fake\" //%' swiftpm/Sources/PackageRegistryCommand/PackageRegistryCommand+Auth.swift
0 commit comments