You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Homebrew is no longer located in /usr/local on Apple Silicon. It is now in /opt/homebrew. This leads to brew-originated yaml not being picked up during the build
We should probably manage yaml the same way we do it with readline. Looking at the code there's already a function that should do what is needed but it's not being called anywhere
Homebrew is no longer located in
/usr/local
on Apple Silicon. It is now in/opt/homebrew
. This leads to brew-originated yaml not being picked up during the buildWe should probably manage yaml the same way we do it with readline. Looking at the code there's already a function that should do what is needed but it's not being called anywhere
ruby-build/bin/ruby-build
Lines 1029 to 1037 in cbdbc6e
should we call it here?
ruby-build/bin/ruby-build
Lines 581 to 583 in cbdbc6e
The text was updated successfully, but these errors were encountered: