Re: Building apache/arrow-site locally on Apple Silicon?

2021-07-12 Thread Wes McKinney
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 T

Re: Building apache/arrow-site locally on Apple Silicon?

2021-07-06 Thread Antoine Pitrou
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 Ma

Building apache/arrow-site locally on Apple Silicon?

2021-07-06 Thread Wes McKinney
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 recommenda