You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several issues open for this (such as #7986, which explains a little why this is very difficult), and recent PRs such as #8874, #8881, #8964.
Last time I checked, the MSVC linker didn't support long paths, so even if Cargo supported them, it would likely still not work.
(Though that information may be outdated, it has been a long time since I've tried.)
doesn't work on Windows: reports
Script which reproduces the problem: https://github.com/stepancheg/test-win-long-paths/blob/master/test.sh
Failed job on GitHub actions: https://github.com/stepancheg/test-win-long-paths/runs/1532597301
Why it is important
rustc has certain problems with long paths on Windows, which I need to reproduce. I tried to reproduce them with cargo and encountered this issue.
In certain build systems and certain CI environments build paths may be quite long. It is constant pain on Windows.
The text was updated successfully, but these errors were encountered: