-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support of cygwin symlinks in docker #1
Comments
Hi @pyhedgehog, thank you very much. I remember I tested CYGWIN=winsymlinks:lnk but it doesn't work either, because cygwin requires file attributes FILE_ATTRIBUTE_READONLY/FILE_ATTRIBUTE_READONLY to distinguish normal file and Cygwin fake lnk file, however, on Linux, there is no known way to emulate those attributes on AUFS filesystem yet. Also see https://bugs.wine-staging.com/show_bug.cgi?id=403 for related issue. I might be wrong and will double check later, let's keep the issue open, thank you. If we could convince Cygwin accept the deep copy patch from Msys2, then it will be a solution: |
Shouldn't it be better to use any |
@pyhedgehog I couldn't find |
It's proposal. Sorry for misguiding. |
If reason for this problem is that by default cygwin creates symlink as NTFS symlink then adding
CYGWIN=winsymlinks:lnk
can help.The text was updated successfully, but these errors were encountered: