https://linen.dev logo
LLVM ERROR
# help
s
I got this error when installing cargo-shuttle which says that I have no space left while I still have around 20 gigs available. My best guess is because some crates are being installed in /tmp which, I think, there is only like 500 mb of space or something.
Apparently there is more than a gig for the /tmp. Not sure how big my /tmp is but, I have 952 mb free space at the moment
w
Can you try this?
Copy code
bash
TMPDIR=/path/to/dir/you/want cargo install cargo-shuttle
s
Where best I install it?
w
Um, the TMPDIR just specifies the temporary directory that's going to be used for isntallation - cargo will take care of the install dir.
s
oh, alright
w
Let me know if it worked 🙂
s
@worried-airplane-91571 The previous errors include this error. Now only this error left