Cannot install 3.2.2 on M1 mac 13.4 ventura #2229
-
ProblemRunning
InvestigationsInitially faced that issue using I asked some coworkers to test, and two other people reported the same issue, making me think this is unlikely to be an environmental issue. EDIT: apparently affects only M1 machines |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
I'm suspecting that |
Beta Was this translation helpful? Give feedback.
-
The invocation |
Beta Was this translation helpful? Give feedback.
I think I've just found the root cause,
RUBY_MAKE_OPTS="-j 1" ruby-build -vk 3.2.2 .
builds fine...We are mostly iOS Software engineers using Xcode version14.3
/ latest14.3.1
.I suspect this issue comes from specific Xcode versions, where ruby-build defaultmake -j 10
induce something...EDIT: XCode is most likely out of cause, a third-party party tool like anti-virus or similar is suspected.
That explains why people with similar issues in #992 were managing to finish install manually with
make
(without-j x
)