-
Notifications
You must be signed in to change notification settings - Fork 33
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
Enhancement: provide prebuilt binaries for ARM64 macOS #41
Comments
Uprading to a newer node 16 (16.17.0) with a more recent version of node-gyp (9.1.0) seems to solve to problem. We have a version locked 16.6.2 in our repositories though. Any insights about why this suddenly started breaking? |
My best guess would be to do with Python version 2 vs 3 detection in node-gyp. If there are multiple versions installed you might need to tell A better solution would be to provide prebuilt binaries for ARM64 macOS. I have an M1 set up for GitHub Actions that we should be able to use for this, leave it with me. |
Prebuilt binaries for darwin-arm64 available from v3.3.1. |
Hi! Thanks for everything anyway. The Apple Silicon binaries are really helpful, appreciate it. |
Awesome! Thanks! |
After being forced to install the latest XCode on my mac, farmhash installation started failing in the gyp build step:
The same error happens if I use npm instead of yarn.
Recreated with farmhash versions
3.2.1
and3.2.2
.The text was updated successfully, but these errors were encountered: