I never was able to get this to work on Apple Silicon, I vaguely found bug reports with the "sassc" Ruby gem that the errors appear to be originating from. I finished the website work I needed to do on an x86 machine but this may come up again when someone goes to work on the website on an M1
On Tue, Jul 6, 2021 at 1:56 PM Antoine Pitrou <[email protected]> wrote: > > > Wow, building a static blog uses libffi? > > In any case, if it's merely the website build that fails with this > issue, I would suggest to build it under emulation (using `arch -x86 > ...` perhaps?). > > > > Le 06/07/2021 à 19:00, Wes McKinney a écrit : > > I've been trying to build the website on an M1 Mac and I'm running > > into libffi-related crashes in the Ruby gem toolchain that I'm not > > able to diagnose myself > > > > https://gist.github.com/wesm/635697a8904c91c562892991d8269291 > > > > Let me know if anyone has successfully built the site or has other > > recommendations for development on M1. > >
