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
The experiment to use Rosetta on an arm64 host to build macos-all-x86_64 didn't quite work out, so we're going to build on native x86_64 hosts instead.
abort"You must run this build from a #{arch} machine or shell. To do this on the current host, run 'arch -#{arch} /bin/bash'"if`uname -m`.chomp != arch
16
-
abort"You must run this build with a #{arch} Ruby version. To do this on the current host, install Ruby from an #{arch} shell via 'arch -#{arch} /bin/bash'."unless`ruby -v`.chomp =~ /#{arch}/
0 commit comments