-
Notifications
You must be signed in to change notification settings - Fork 60
version `GLIBC_2.32' not found on Debian bullseye #56
Comments
Thank you @jooola for bringing this up. As per our preliminary investigation, we suspect the issue is happening as the package was compiled using ubuntu-22 which uses GLIBC_2.32 whereas Debian is still on GLIBC_2.31. Will you be able to confirm if 1.0.1 for the extension is working fine on Debian bullseye? |
After uninstalling and pinning the version to 1.0.1, the extension is indeed working. |
Thanks for the confirmation @jooola we will need some more time to finalize changes. |
The problem here appears to be that the
Is there a reason the |
^ That's probably because Go defaults to |
Something similar also seems to be happening un ubuntu20.04 when using larger dedicated runners:
See the error message below:
|
set env: CGO_ENABLED: 0 for cli/gh-extension-precompile should fix actions#56
set env: CGO_ENABLED: 0 for cli/gh-extension-precompile should fix actions#56
set env: CGO_ENABLED: 0 for cli/gh-extension-precompile should fix #56
Given that a fix for this has been committed into main, is there an update to be shared on when the next version, including the fix, might be released? |
Describe the bug
I am unsure if this tool can be used on desktops, but I tried to install the extension on Debian bullseye, and when running an actions cache command, the command fails with the following logs:
And it seems Debian bullseye have a previous version of glibc:
Steps to reproduce the behavior
gh actions-cache list
Expected vs actual behavior
I would expect the extension to work on Debian bullseye.
The text was updated successfully, but these errors were encountered: