-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working