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
I use dragonwell8 latest version 8.432.06.1 (linux x64). It's OK. However, I try to build myself amazon-corretto-8.432.06.1-linux-x64.tar.gz by Github Actions, and I get j2sdk-image. I tried running the same code, I got error:
Error: dl failure on line 894
Error: failed /tmp/j2sdk-image/jre/lib/amd64/server/libjvm.so, because /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/j2sdk-image/jre/lib/amd64/server/libjvm.so)
Describe a solution you would like
How do you build your release version with github action? In particular, how to handle glibc compatibility?
Looking forward to your reply~
The text was updated successfully, but these errors were encountered:
You can check how corretto-8 is built through Actions for pre-submit testing on linux x64 here.
Can you provide more information about what steps led to the error above? It seems like your build image in Actions may be using a newer glibc than the target system where you received the failure. This can be resolved in a number of ways - building on a system with an older glibc, cross-compiling against your chosen version of glibc, updating the target system to a newer glibc, for example,
Background
I use dragonwell8 latest version 8.432.06.1 (linux x64). It's OK. However, I try to build myself amazon-corretto-8.432.06.1-linux-x64.tar.gz by Github Actions, and I get j2sdk-image. I tried running the same code, I got error:
Describe a solution you would like
How do you build your release version with github action? In particular, how to handle glibc compatibility?
Looking forward to your reply~
The text was updated successfully, but these errors were encountered: