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 was working on updating to the latest release, looks like the binary was complied with a newer version of glibc. My system with the issue is Unbuntu 22.04.
Error:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found.
I didn't see a note in the release and it was a minor bump. I'm thinking the workflow label of "ubuntu-latest" is moving the glibc requirement.
Hey,
I was working on updating to the latest release, looks like the binary was complied with a newer version of glibc. My system with the issue is Unbuntu 22.04.
Error:
I didn't see a note in the release and it was a minor bump. I'm thinking the workflow label of "ubuntu-latest" is moving the glibc requirement.
bifrost/.github/workflows/release.yml
Line 20 in 6a31c89
The Workflow label could be updated to a more specific version to resolve this.
https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job#standard-github-hosted-runners-for-public-repositories
Best,
Frazz
The text was updated successfully, but these errors were encountered: