foundry-rs / foundry-toolchain

GitHub action to install Foundry
Apache License 2.0
225 stars 92 forks source link

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

Closed KholdStare closed 1 year ago

KholdStare commented 1 year ago

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 commented 1 year ago

having the same issue

KholdStare commented 1 year ago

Head over to https://github.com/foundry-rs/foundry/issues/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 commented 1 year ago

Correct, closing and let's consolidate.