You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# need to remove symlink that gets created in the NDK to the previous arch's build
463
463
# or else we get errors like:
464
464
# error: could not find module '_Builtin_float' for target 'x86_64-unknown-linux-android'; found: aarch64-unknown-linux-android, at: /home/runner/work/_temp/swift-android-sdk/ndk/android-ndk-r27c/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/swift/android/_Builtin_float.swiftmodule
@@ -530,7 +530,8 @@ for arch in $archs; do
530
530
fi
531
531
532
532
# need force rm in case linux is not present (when not running tests)
0 commit comments