-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fedora: version `GLIBC_2.34' not found #4
Comments
- fixes CRaC#4 - I understand it is not an acceptable platform-agnostic fix
So you're using a JDK build executed on a newer glibc, and this will fail if running in older environment. Rather than #6 , have you considered building JDK in (older) container, too? |
Exactly.
That would obviously work. But that is a bit complicated plus one will build a JDK only for this example-lambda/ and the build is not useful for later real use. example-lambda/README.md states one should download a binary from Github but running random binaries from internet I find insecure. That will make from Linux the same what became Windows. (1) It could either build its own CRaC in the same container it is using for the example run. This option is not possible as the container is being run |
Fedora 38 x86_64:
I expect it tries to run a host-build binaries in
ubuntu:18.04
. That cannot work.The text was updated successfully, but these errors were encountered: