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 27b1bf4 commit b898129Copy full SHA for b898129
swift-ci/sdks/android/scripts/fetch-source.sh
@@ -81,11 +81,9 @@ if [[ -z "${SWIFT_VERSION}" ]]; then
81
SWIFT_VERSION=scheme:release/6.1
82
fi
83
if [[ -z "${LIBXML2_VERSION}" ]]; then
84
- LIBXML2_VERSION=2.12.7
85
- #LIBXML2_VERSION=2.14.2
+ LIBXML2_VERSION=2.14.2
86
87
if [[ -z "${CURL_VERSION}" ]]; then
88
- #CURL_VERSION=8.7.1
89
CURL_VERSION=8.13.0
90
91
if [[ -z "${BORINGSSL_VERSION}" ]]; then
0 commit comments