-
Notifications
You must be signed in to change notification settings - Fork 166
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
FreeBSD release binaries for amd64 and arm64 possible (need it to add FreeBSD support to Bazel's rules_nodejs)? #2965
Comments
AFAIK, FreeBSD is still "Experimental", and only x64 https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list |
I'm not aware that anything has changed since #1791 stalled out. FreeBSD support was downgraded to experimental back in Node.js 12 (nodejs/node#26714) with the main challenge being a shortage of volunteers comitted to maintaining that platform. |
FWIW, FreeBSD 13 has a port for node up to version 16.13.0. And it runs all nodejs I have ever needed. I think the stall in #1791 was limited by a desire for compatibility with FreeBSD 10. I think that's not necessary. What about shipping freebsd 12/13 binaries directly? |
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
I think this is still current. |
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
I'm currently working on a feature addition to Bazel's
rules_nodejs
where we're reading https://nodejs.org/dist/index.json to fetch the different versions of nodejs binaries to build code hermetically on FreeBSD. However, while working on my PR, I've realized that there are no official binaries for FreeBSD.Would it be possible to add these to the release process?
References:
The text was updated successfully, but these errors were encountered: