Grant Schoep
unread,Jul 11, 2024, 11:39:06 AM7/11/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-ffi
So wondering why, after I upgraded to Ruby 3.3.3 (from Ruby 3.2.2) I suddenly get a bunch of archs for FFI (Running on Amazon Linux 2, on a Intel CPU)
Before with Ruby 3.2.2 ( grepping out of my Gemfile.lock)
ffi (1.17.0-x86_64-linux-gnu)
ffi (~> 1.1)
With Ruby 3.3.3
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
ffi (~> 1.1)
NOTE: I don't have ffi in my Gemfile, directly, its coming from sys-uname, (which is coming from cucumber)