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 dc5936e commit ef3e100Copy full SHA for ef3e100
utils/build.ps1
@@ -214,7 +214,8 @@ $UnixToolsBinDir = "$env:SystemDrive\Program Files\Git\usr\bin"
214
if ($Android -and ($AndroidSDKs.Length -eq 0)) {
215
# By default, build and test the arm64 Android SDK. That choice might change,
216
# once we can run executable tests in CI.
217
- $AndroidSDKs = @("aarch64")
+ # FIXME(swiftlang/swift#79839) Temporary workaround to unblock nightly builds
218
+ #$AndroidSDKs = @("aarch64")
219
}
220
221
# Work around limitations of cmd passing in array arguments via powershell.exe -File
0 commit comments