-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
WIP: support for MacOSX arm64 #154
base: master
Are you sure you want to change the base?
Conversation
@michaelw you are my hero. |
Hi @michaelw -- thanks for tackling this issue! I just merged #155 for handling the |
Homebrew dirs permissions and puppet-lint fixes
``` Running `brew update --auto-update`... ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). You have 34 outdated formulae and 3 outdated casks installed. You can upgrade them with brew upgrade or list them with brew outdated. Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)! To rerun under ARM use: arch -arm64 brew install ... To install under x86_64, install Homebrew into /usr/local. ```
Fix Rosetta 2 breakage
This change is meant as a RFC to enable MacOS arm64 homebrew, based on other work (from datty/puppet-homebrew-1)