BUILD FAILED (macOS 15.6 on arm64 using ruby-build 20251117) when installing 3.x ruby with mise install #7084
Unanswered
mvpscottjon
asked this question in
Troubleshooting and bug reports
Replies: 1 comment
-
|
I think I solved it on Debian Trixie by installing libyaml-dev: sudo apt install libyaml-dev |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use mise to control my CI runner(macOS) environment. Especially, ruby(for fastlane).
I use ruby
2.6.10to run my CI jobs. It is fine, but it's too old version.Recently, I try to update ruby version to 3.4.7. But I failed with BUILD FAILED (macOS 15.6 on arm64 using ruby-build 20251117)
This is error messages on CI flow:
Find out answer is run
brew install libyamlbefore mise install. It is work!Have I another solution for not installing
libyamlusingbrew? Because I have several CI runner(macOS), so that it's not good idea for brew install for libyaml for every runnerBeta Was this translation helpful? Give feedback.
All reactions