Cargo fails to create any project on systems with an automounter #15327
Labels
A-workspaces
Area: workspaces
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
Problem
Hi,
On our universities HPC cluster (with 4000+ users), the home directories are mounted via an automounter script in the path /cluster/home/$USER, which basically makes rust unusable:
The automounter tries to mount the home directory of the non-existing user "Cargo.toml" and then returns a "permission denied" error, which cargo cannot handle.
Is there a way to prevent cargo from searching Cargo.toml everywhere in the path of the working directory? Or is there a way to have cargo handling the "Permission denied" without failing?
Any help is appreciated.
Best regards
Sam
The text was updated successfully, but these errors were encountered: