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
For this kind of issue, you need to say which hardware platform and ruby version you are using.
https://rubygems.org/gems/pyroscope shows gems with precompiled binaries for x86_64-linux and aarch64-linux. Ubuntu 22.04 is glibc-based, IIRC, so if you have one of those hardware platforms then it should work. If it doesn't work, then we need enough information to replicate the issue.
https://rubygems.org/gems/pyroscope shows gems with precompiled binaries for x86_64-linux and aarch64-linux. Ubuntu 22.04 is glibc-based, IIRC, so if you have one of those hardware platforms then it should work. If it doesn't work, then we need enough information to replicate the issue.
it is x86_64-linux glibc
The issue is not with the pyroscope depdendency - this one is pulled as a correct arch specific binary.
The issue is with the ffi dependency of pyroscope which is not downloaded as a binary
which can fail if there are not compiler or ruby headers
steps to reproduce:
The text was updated successfully, but these errors were encountered: