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
I'm pretty sure the issue is that on Android target_os is "android", not "linux". Can anybody confirm this? Or is this distribution of Rust somehow using an incorrect value for target_os?
Problem
Running
cargo build
or similiar commands fails with:rustc
version:Steps
aarch64-linux-android
)cargo build
inside a projectPossible Solution(s)
No response
Notes
This is very odd, since the code (https://github.com/rust-lang/cargo/blame/master/src/cargo/util/flock.rs#L382) should check for this case and not fail. I am very unsure why it's still failing.
Version
The text was updated successfully, but these errors were encountered: