mise install can't cope with symlinked directories #8866
Unanswered
aug24
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm implementing a devcontainer setup and trying to avoid duplicate downloads for people with slow internet access.
I have a shared cache at /installs which is mounted across several containers. The /download directory is local to the machine. As a result the rename command fails, because the download is on a different filesystem. Mise should fallback to a move instead of a rename.
For now, I have resolved the issue by putting the /download directory on the same filesystem as the /installs directory, but this should not be necessary.
Beta Was this translation helpful? Give feedback.
All reactions