Running both cargo run
and cargo build --locked
results in the process stalling indefinitely when attempting to build librocksdb-sys
. No error appears even after leaving it to run overnight.
I wish I had more information to give in regards to this issue, even an error would be useful here.
I have tried uninstalling and reinstalling Rust, installing older versions of Rust, using chocolatey to install Rust, running cargo clean
, completely deleting the /.cargo
file, as per recommendations I have found online, yet these do not solve this specific issue.