version 16 do not support arm6l platforms? #38496
-
Hello, can any one confirm the arm6 is not longer supported after version 15? I cannot find it in version 16's unofficial build downloads. If there is any announcement or discussion confirmed that decision, it will be nice to share the link. My Raspberry Pi Zeros are all running Node.js version 14's arm6 version. It will be nice to confirm if I can upgrade them to version 16. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
arm6l has been unsupported since Node.js 12 (nodejs/build#1677 (comment)), with Node.js 10 End-of-Life this project no longer builds arm6l binaries as part of the regular releases. The unoffiical builds (https://unofficial-builds.nodejs.org/) are just that, unofficial, and are not guaranteed to continue working without volunteers to keep it going. There's no decisions/announcements/considerations for these outside of https://github.com/nodejs/unofficial-builds. Node.js 16 made changes to the required build chain, including dropping support for Python 2 which broke all of the unofficial builds (nodejs/unofficial-builds#28). From the build logs in https://unofficial-builds.nodejs.org/logs/202104220522-v16.0.0/ it looks like the Docker file for arm6l has Python 3 but not a new enough version to be allowed by the configure scripts. |
Beta Was this translation helpful? Give feedback.
arm6l has been unsupported since Node.js 12 (nodejs/build#1677 (comment)), with Node.js 10 End-of-Life this project no longer builds arm6l binaries as part of the regular releases.
The unoffiical builds (https://unofficial-builds.nodejs.org/) are just that, unofficial, and are not guaranteed to continue working without volunteers to keep it going. There's no decisions/announcements/considerations for these outside of https://github.com/nodejs/unofficial-builds.
Node.js 16 made changes to the required build chain, including dropping support for Python 2 which broke all of the unofficial builds (nodejs/unofficial-builds#28). From the build logs in https://unofficial-builds.nodejs.org/logs/2…