beacon-biosignals / Ray.jl

Julia API for Ray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kleinschmidt opened this issue · comments

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.