versio icon indicating copy to clipboard operation
versio copied to clipboard

versio 0.8.5 can't find GLIBC on ubuntu 22.04 TLS

Open pdemagny opened this issue 8 months ago • 0 comments

Describe the bug

Hi !

After upgrading to 0.8.5 on ubuntu 22.04 LTS (or using latest with the versio github actions), versio breaks and we get errors:

On my local workstation:

❯ versio version
/home/pdemagny/.asdf/installs/versio/0.8.5/bin/versio: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/pdemagny/.asdf/installs/versio/0.8.5/bin/versio)
❯ versio check
/home/pdemagny/.asdf/installs/versio/0.8.5/bin/versio: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/pdemagny/.asdf/installs/versio/0.8.5/bin/versio)

On Github Actions:

versio: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.39' not found (required by versio)`

v0.8.3 works fine on ubuntu 22.04 LTS.

To Reproduce

Install versio v0.8.5 Run RUST_LOG=versio=trace RUST_BACKTRACE=1 versio <command> <flags>

Expected behavior

versio check, versio plan & versio release works on ubuntu 22.04 LTS.

pdemagny avatar Jun 19 '25 10:06 pdemagny