-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow installation on longer paths than 90 characters #103
Labels
Comments
Another issue discovered with git:
Solution:
This displays another problem when updating submodules:
This seems to affect all modules with longer path. |
This seems to be hardwired in the git: aws/aws-iot-device-sdk-cpp-v2#157 (comment) |
Alternative installation using ZIP archive also fails on long path:
|
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The installation is limited to 90 characters.
The installer blocks the installation in case of longer path.
It prevents problem with ccache and long path build in libraries like libsodium.
Desired state: user can deploy ESP-IDF to longer paths
The text was updated successfully, but these errors were encountered: