beacon-biosignals / Ray.jl

Julia API for Ray
Other
9 stars 1 forks source link

binaries built for linux x86_64 require newer glibc than available on ubuntu 20 #233

Open kleinschmidt opened 9 months ago

kleinschmidt commented 9 months ago

The pre-built .so links against glibc 2.32, but Ubuntu has only 2.31.

This means that the jll binaries are not runnable on ubuntu 20. One way to work around this is to use ubunutu 20 images for building the binaries; I'm not sure if there are others though.