Build failed trying to install 3.0.0 (MacOS 15.1, M3 Pro) #2467
-
This is the error that the terminal gives me: BUILD FAILED (macOS 15.1 on arm64 using ruby-build 20241105) And this is the log:
|
Beta Was this translation helpful? Give feedback.
Answered by
mislav
Nov 11, 2024
Replies: 1 comment
-
Hi, this looks like a problem that got patched in Ruby 3.1+ but not in 3.0 since it's unsupported. You could try applying the patch manually when building: curl -fsSL https://github.com/ruby/ruby/commit/1dfe75b0beb7171b8154ff0856d5149be0207724.patch | rbenv install --patch 3.0.7 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mislav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this looks like a problem that got patched in Ruby 3.1+ but not in 3.0 since it's unsupported.
You could try applying the patch manually when building:
curl -fsSL https://github.com/ruby/ruby/commit/1dfe75b0beb7171b8154ff0856d5149be0207724.patch | rbenv install --patch 3.0.7