-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Going to document some things here to get a working dev setup on m1 Macs with as much native ARM as possible:
Note: Everything will just work with Rosetta, which is the current recommended way of doing things until blocker(s) below are fixed.
Working
All the following work fine with a native ARM homebrew install:
- redis
- postgres@10
- yarn / node
- rbenv
- ruby (though see blockers below)
blockers
- The current problem is that we use the http gem relies on a parser that does not work on m1 Macs and sounds like it may be a heavy lift to replace -- see Not working on Apple Silicon (M1) - libhttp-parser-ext.bundle: mach-o, but wrong architecture httprb/http#630 and Initial implementation for llparser binding httprb/http#639 for context.
References
- dual home-brew setup - helpful post by Sam Soffes
- https://forem.dev/joshpuetz/getting-forem-running-on-apple-silicon-pdp
Metadata
Metadata
Assignees
Labels
No labels