stdarch
stdarch copied to clipboard
Update the Android NDK script to r25b
Updating the Android NDK in accordance with new platform support policy.
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) soon.
Please see the contribution instructions for more information.
This is related to https://github.com/rust-lang/rust/pull/102332
+ mv android-ndk-r25b-linux /android/ndk-x86_64
mv: cannot stat 'android-ndk-r25b-linux': No such file or directory
Perhaps the path within the zip is incorrect?
Perhaps the path within the zip is incorrect?
Sure was. Needed to drop the -linux
suffix.
bench_black_box
is now stable, you need to remove it from the unstable feature list.
:umbrella: The latest upstream changes (presumably b585b64ef86d6d3082076cd798fe368c6a30d460) made this pull request unmergeable. Please resolve the merge conflicts.