Skip to content
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

Missing glibc's version 2.28 for Godot 4.2 #9

Closed
xorblo-doitus opened this issue Dec 9, 2023 · 3 comments · Fixed by #10
Closed

Missing glibc's version 2.28 for Godot 4.2 #9

xorblo-doitus opened this issue Dec 9, 2023 · 3 comments · Fixed by #10

Comments

@xorblo-doitus
Copy link

When using this action with Godot 4.2, I get this error:

/usr/local/bin/godot: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /usr/local/bin/godot)

It seems due to this update.

I think I managed to work around this error by changing the Ubuntu version in DockerFile from 18.04 to 22.04, but I don't really know the implications behind the scenes.

FROM ubuntu:18.04

Action's output before and after this work around. (There is still an error, but it seems not related to that missing version 2.28 of glibc because the version changed from 2.27 to 2.35)

@Saplings-Projects
Copy link

Same problem here, with the same error message when using godot_version: 4.2

@anthonyronda
Copy link

anthonyronda commented Aug 10, 2024

Could we get a version bump as well?

0.2.0 is the latest from October, and the PR is from December

For anyone else reading this thinking they don't want to use @/main, I recommend this line in your yaml
uses: ceceppa/godot-gut-ci@83e8b452eec0683f59445f34e16e0bd0ff16144c

That's the commit hash for the latest commit as of Aug 2024

@ceceppa
Copy link
Owner

ceceppa commented Aug 17, 2024

@anthonyronda, thanks for pointing this out. Added new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants