-
Notifications
You must be signed in to change notification settings - Fork 2.9k
cargo install fails with tmpdir noexec #4350
Copy link
Copy link
Open
Labels
A-diagnosticsArea: Error and warning messages generated by Cargo itself.Area: Error and warning messages generated by Cargo itself.Command-installS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Error and warning messages generated by Cargo itself.Area: Error and warning messages generated by Cargo itself.Command-installS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Type
Fields
Give feedbackNo fields configured for issues without a type.
My
/tmpdirectory is mounted asnoexecfrom within/etc/fstab:and when I try to install sccache, I get the following error:
It would be nice if cargo could either use a different directory to put executables in, or at the very least warn about this limitation and give a clearer error message.