-
Notifications
You must be signed in to change notification settings - Fork 898
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
Docker-build of evmtool fails #8310
Comments
Thanks! Much better, see attached problems-report.html.txt However, these deprecation warnings seems to be just warnings about upcoming changes for version 9. I'm not sure they are actually related to the build failure,
(I seem now that the last part of this message for some reason was omitted from my original problem description above. Strange)
In general probably yes, but in this particular bug-report, no, the one I'm using is already at 24.04. |
have you tried restarting gradle, clearing cache etc? Reading gradle/gradle#30499 that seemed to fix the issue for folks? |
This seems to be the problem
Namely, the |
And yes, I've tried cleaining caches and the various things in that issue |
Hm. I don't find any |
I can make it work if I switch from installing No idea how this works. |
it makes sense that you need the jdk to be able to compile. The main dockerfile and the evmtool dockerfiles are set up to run besu, not compile it. JRE is runtime only. As for how/why it worked before on an earlier version of gradle - that is a mystery. Glad you found the solution! |
After the gradle-update (#8294), building evmtool in docker fails for me.
Example Dockerfile
Error:
Here is the problem report: problem.html.txt . It's a html-file, but I had to rename it to txt to make github accept it.
Not sure if the deprecations reported in the report are the problem, or if it's something other related to gradle (e.g like gradle/gradle#30499 )
The text was updated successfully, but these errors were encountered: