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
$ 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)
@VestigeJ thanks for raising. This seems similar to an issue seen with the Spin CLI: fermyon/spin#168
I think the two main options are to see if the glibc library can be updated on the host or perhaps attempting to statically build from the host directly eg via fermyon/spin#168 (comment)
Not clear if pinning our GitHub release runner to 20.04 (it looks like 18.04 is no longer an option) would help, but might be worth a shot if others are seeing this behavior.
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
The text was updated successfully, but these errors were encountered: