After upgrading to Ruby 3.3.3 get lots of arch's for ffi

40 views
Skip to first unread message

Grant Schoep

unread,
Jul 11, 2024, 11:39:06 AM7/11/24
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)

Reply all
Reply to author
Forward
0 new messages