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
This means that #177 is correct for Ruby 2.7.3+ (including 3.0.x), but for 2.7.2, it looks for the file "arm-macosx.rb" instead of "arm64-macosx.rb".
This leads to #176 still being an issue on Ruby <= 2.7.2
eg:
$ CHILDPROCESS_POSIX_SPAWN=true ruby-2.7.2/bin/ruby -r childprocess -e ChildProcess.new
W, [2021-06-15T22:47:08.489959 #94108] WARN -- : posix_spawn is not yet supported on arm-macosx (arm64-darwin20), falling back to default implementation. If you believe this is an error, please file a bug at http://github.com/enkessler/childprocess/issues
$ CHILDPROCESS_POSIX_SPAWN=true ruby-2.7.3/bin/ruby -r childprocess -e ChildProcess.new
The text was updated successfully, but these errors were encountered:
Sorry this never got a response. Since Ruby 2.7 has reached end-of-life in March 2023, would suggest at this point to upgrade Ruby instead (unless you're seeing this same issue in Ruby 3.x)
Version:
The
host_cpu
changes between patchlevel versions:This means that #177 is correct for Ruby 2.7.3+ (including 3.0.x), but for 2.7.2, it looks for the file "arm-macosx.rb" instead of "arm64-macosx.rb".
This leads to #176 still being an issue on Ruby <= 2.7.2
eg:
The text was updated successfully, but these errors were encountered: