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

Builds failing in github actions with `GLIBC_2.33' not found #15

Closed
KholdStare opened this issue Dec 3, 2022 · 3 comments
Closed

Builds failing in github actions with `GLIBC_2.33' not found #15

KholdStare opened this issue Dec 3, 2022 · 3 comments

Comments

@KholdStare
Copy link

We use the foundry-toolchain github action in our CI and it started failing recently with failures like this:

forge: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by forge)
forge: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by forge)
forge: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by forge)

Is there a problem with the nightly release?

@zaqk
Copy link

zaqk commented Dec 4, 2022

having the same issue

@KholdStare
Copy link
Author

Head over to foundry-rs/foundry#3827 - the foundry guys are working through it. Seems like it's due to migration of Github Actions runners from ubuntu-20.04 to ubuntu-22.04. The short-term fix is to pin your build job to runs-on: ubuntu-22.04 . I would follow the other thread to see the long-term solution

@gakonst
Copy link
Member

gakonst commented Dec 4, 2022

Correct, closing and let's consolidate.

@gakonst gakonst closed this as completed Dec 4, 2022
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

No branches or pull requests

3 participants