When I tried to install Cargo and Rust under a lustre filesystem using rustup I got the following error after trying to build a simple crate:
$ cargo run
error: failed to lock file: ~/simple_crate/Cargo.lock
Caused by:
Function not implemented (os error 38)
It would be nice to let Cargo handle missing flock() by not locking? (durka42)
When I tried to install Cargo and Rust under a lustre filesystem using rustup I got the following error after trying to build a simple crate:
It would be nice to let Cargo handle missing flock() by not locking? (durka42)