-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-cache
doesn't work with relative path
#250
Comments
This is getting into border-line territory of potentially being a problem with WSL2. If this works for Linux paths but not emulated Windows paths, it looks like maybe the sandbox isn’t working? I’m not sure if even this is something we can do anything about. Why not run fyne-cross on Windows directly? |
After running into the issue again in CI I think I now understand that the problem was actually that fyne-cross will appear to work with a relative path for |
-cache
doesn't work on windows path from WSL2-cache
doesn't work with relative path
Describe the bug:
Running fyne-cross in WSL2 with the
-cache
option pointing to a windows path didn't fill in the cache.To Reproduce:
Steps to reproduce the behaviour:
fyne-cross linux -cache /c/<path> ...
Device and debug info (please complete the following information):
The text was updated successfully, but these errors were encountered: