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
The currently released 3.0.0 Linux binaries fail on Ubuntu 20.04 with version 'GLIBC_2.35' not found.
There seems to be no particular reason to require Ubuntu 22.04 or later, and this could be fixed by changing the relevant runs-on parameter in workflow.yml from ubuntu-latest to ubuntu-20.04.
The text was updated successfully, but these errors were encountered:
IIRC this was done because something stopped working with the previous target of oldoldstable, and every version in between, although I no longer remember what.
With the default installation, hwi won't work on 20.04. As a result, all who are using Wasabi with hardware wallets must have Ubuntu 22.04+ or update GLIBC. Is it possible to have a release that is working on ubuntu-20.04?
The currently released 3.0.0 Linux binaries fail on Ubuntu 20.04 with
version 'GLIBC_2.35' not found
.There seems to be no particular reason to require Ubuntu 22.04 or later, and this could be fixed by changing the relevant
runs-on
parameter inworkflow.yml
fromubuntu-latest
toubuntu-20.04
.The text was updated successfully, but these errors were encountered: