-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asdf-ruby on macOS 12.6 Apple Silicon with rb 3.1.3 fails with install latest #323
Comments
Same here, I can install the 3.2.2 but its failed when I try install the 3.1.3 |
same here, apple macbook pro m3
|
@jdx would you happen to have any thoughts here? My issues with Ruby and asdf have been in context of using with Mise, but I'm doubtful they actually have to do with Mise. |
definitely nothing to do with asdf, mise, or asdf-ruby |
i solve the issue for me running the commands to install the system dependencies listed here: https://github.com/rbenv/ruby-build/wiki#suggested-build-environment in my case using using a MacOs 14.5 (23F79) was that commands: # install Xcode Command Line Tools
xcode-select --install
# install dependencies with Homebrew
brew install openssl@3 readline libyaml gmp after that i remove the plugin asdf plugin remove ruby
# asdf plugin remove erlang and add again with asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git |
Full log: ruby-build.20221202174504.62275.log
The text was updated successfully, but these errors were encountered: