Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

cli/gh-extension-precompile env: CGO_ENABLED: 0 #62

Merged
merged 1 commit into from
May 16, 2023

Conversation

berlin4apk
Copy link
Contributor

set env: CGO_ENABLED: 0
for cli/gh-extension-precompile
should fix #56

without it it fail with: version GLIBC_2.32' not found on Debian bullseye $ gh actions-cache list /home/user/.local/share/gh/extensions/gh-actions-cache/gh-actions-cache: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by /home/user/.local/share/gh/extensions/gh-actions-cache/gh-actions-cache)
/home/user/.local/share/gh/extensions/gh-actions-cache/gh-actions-cache: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/user/.local/share/gh/extensions/gh-actions-cache/gh-actions-cache)

set env: CGO_ENABLED: 0
for cli/gh-extension-precompile
should fix  actions#56
Copy link
Contributor

@jidicula jidicula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! ✨

@jidicula jidicula merged commit 71fc548 into actions:main May 16, 2023
@misterikkit
Copy link

@jidicula Is there any plan to release a new build of this extension which includes this fix?

@jidicula
Copy link
Contributor

jidicula commented Oct 20, 2023

Hi @misterikkit! I don't work on this part of GitHub anymore. I recommend that you submit an issue to raise your question to the team that owns this extension. I'll also let them know that it's due for a new release 🙂 .

@yacaovsnc
Copy link
Contributor

v1.0.4 released with this change. Thank you for the patience. 🙇🏼‍♂️

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

Successfully merging this pull request may close these issues.

version `GLIBC_2.32' not found on Debian bullseye
4 participants