I'm getting an error trying to run the release build of Jumpy on my Linux machine:
./jumpy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./jumpy)
./jumpy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./jumpy)
./jumpy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./jumpy)
./jumpy: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by ./jumpy)
I think there was a recent build that wasn't doing this. A couple of thoughts:
- Maybe it's because a GitHub runner updated the software versions on it, and now it's requiring a newer version of glibc than I have on my machine? I don't update that often 'cause I'm not root on my machine.
- Maybe it's because I added the mimalloc library as the Rust global allocator?
@orhun I'm wondering if you've ever seen something like this, because you've done more with the CI I than I have.
I'm getting an error trying to run the release build of Jumpy on my Linux machine:
I think there was a recent build that wasn't doing this. A couple of thoughts:
@orhun I'm wondering if you've ever seen something like this, because you've done more with the CI I than I have.