-
Notifications
You must be signed in to change notification settings - Fork 428
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
Run tests in a folder with a long path #1762
Comments
Can you point to problems you've encountered? I am aware of conda installing things into paths longer than 260 characters on Windows causing problems. I'm not aware of any issues on mac or linux, though. |
It's not a problem of conda-build. It was a problem in the package itself. (It was storing where the package was installed in a buffer too small.) |
Ah, I think that is actually a problem with conda-build, though. I think this is the same as #1674 - conda-build is not accounting for the null terminator or something like that. But I though our prefix is 255 chars - your 256 char buf should have been enough? |
It wasn't storing the prefix, it was storing |
all right. Well, it's easy to turn on since we already have it for the build env, so I'll go ahead and implement this sometime soon. |
Thanks. |
fixed by #1799 - closing |
Hi there, thank you for your contribution! This issue has been automatically locked because it has not had recent activity after being closed. Please open a new issue if needed. Thanks! |
This would reveal any problems of installing the package into a folder with a long path.
The text was updated successfully, but these errors were encountered: