Skip to content

Commit 54c7932

Browse files
committed
Use new Android endpoint to find SDK (swiftlang/swift-org-website#1196)
1 parent 2b3754a commit 54c7932

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,6 @@ find_latest_sdk_snapshot() {
211211
log "Finding latest ${sdk_name}-sdk for Swift nightly-${version}"
212212
log "Fetching development snapshots from swift.org API..."
213213

214-
if [[ "${sdk_name}" == "android" ]]; then
215-
# FIXME: hardwired Android nightly until there is an API endpoint like
216-
# https://www.swift.org/api/v1/install/dev/main/android-sdk.json
217-
echo "swift-DEVELOPMENT-SNAPSHOT-2025-10-16-a|451844c232cf1fa02c52431084ed3dc27a42d103635c6fa71bae8d66adba2500"
218-
return
219-
fi
220-
221214
local sdk_json
222215
sdk_json=$(curl -fsSL "${SWIFT_API_INSTALL_ROOT}/dev/${version}/${sdk_name}-sdk.json") || fatal "Failed to fetch ${sdk_name}-sdk development snapshots"
223216

0 commit comments

Comments
 (0)