bart cli release download hits a missing local dependencies - not clear from the docs to resolve.
attempting to build from origin/main 'make bart' as a workaround.
$ wget https://github.com/fermyon/bartholomew/releases/download/v0.6.0/bart-cli-v0.6.0-linux-amd64.tar.gz
$ tar -xzvf bart-cli-v0.6.0-linux-amd64.tar.gz
$ ls
$ sudo cp bart /usr/local/bin/
$ bart
$ bart
bart: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by bart)
bart: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by bart)
bart: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by bart)
bart: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by bart)
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.5 LTS (Focal Fossa) Ubuntu 20.04.5 LTS
bart cli release download hits a missing local dependencies - not clear from the docs to resolve.
attempting to build from origin/main 'make bart' as a workaround.
$ wget https://github.com/fermyon/bartholomew/releases/download/v0.6.0/bart-cli-v0.6.0-linux-amd64.tar.gz
$ tar -xzvf bart-cli-v0.6.0-linux-amd64.tar.gz
$ ls
$ sudo cp bart /usr/local/bin/
$ bart
$ cat /etc/os-release