Build failed if masOS 26 without install libyaml #2588
Unanswered
mvpscottjon
asked this question in
Build failures
Replies: 0 comments
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.
-
As title, If mac didn't install
libyamlbyhomebrew. It will failed with installing ruby 3.x.I know Wiki said need to install dependencies by install with homebrew.

Yes it is work, if I installed
libyamlbefore installing withrbenv install 3.x.But think about scenario, I own lots of CI runner(mac os self-runner using
miseand gemfile to control version of ruby), and if I wanna to update ruby from 2.x to 3.x, I need to get into runner and execute brew install libyaml for every runner.So, I'd like to ask if possible to handle dependencies by ruby-build self? Cause mise use
ruby-buildby default.When I use ruby 2.6.10. Everything will be fine. But if I set ruby version on mise configuration, like below.

and execute mise install. And failed installing without
libyaml😢below is CI failed message

Beta Was this translation helpful? Give feedback.
All reactions