-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Aot generated sources fail to compile with 'File name too long' error #29846
Comments
Hm, I can't reproduce this. What's the filesystem of |
On my system (Fedora with BTRFS file system) the limits are:
|
The file system is Results of
|
Well, that explains it. Not sure if we can do something here. I'll flag it as team attention to see what the team thinks. |
Suggestion from @wilkinsona would be to remove
Becomes
|
Thanks for the suggestion. It turned out to be quite straightforward to change and a good thing regardless of this issue. @adisesha the generated class names will be shorter, I hope it'll be enough for your env. Please give it a try and let us know if more optimizations are required. Thanks! |
@snicoll Thank you. It works. |
Steps to reproduce:
./gradlew nativeRun
. I got the following error,Environment:
actuator-bug.zip
The text was updated successfully, but these errors were encountered: