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
Because MRI normalized aarch64 to arm64 on darwin, prebuilt native gems are shipped as arm64-darwin. This causes a platform mismatch when a gem is part of REUSE_AS_BINARY_ON_TRUFFLERUBY.
Historically, the gem platform normalization convention is messy. E.g.
aarch64-linux, aarch64-mingw-ucrt, but arm64-darwin...
x86_64-linux, x86_64-darwin, but x64-mingw-ucrt...
However, gem authors have been publish gems with these as a naming convention for the known platforms, it's probably better for truffleruby to normalize its host_cpu to arm64 on darwin.