Skip to content

Commit ef3e100

Browse files
utils: Temporarily disable Android to unblock nightly builds
1 parent dc5936e commit ef3e100

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ $UnixToolsBinDir = "$env:SystemDrive\Program Files\Git\usr\bin"
214214
if ($Android -and ($AndroidSDKs.Length -eq 0)) {
215215
# By default, build and test the arm64 Android SDK. That choice might change,
216216
# once we can run executable tests in CI.
217-
$AndroidSDKs = @("aarch64")
217+
# FIXME(swiftlang/swift#79839) Temporary workaround to unblock nightly builds
218+
#$AndroidSDKs = @("aarch64")
218219
}
219220

220221
# Work around limitations of cmd passing in array arguments via powershell.exe -File

0 commit comments

Comments
 (0)