
On Wed, Apr 28, 2021 at 10:11:23PM +0200, Adam Majer wrote:
This is on purpose.
1. nodejs10 is there because of build dependencies and 32-bit. It's the last version of node on 32-bit arches. It will have to stay there as long as we ship 32-bit and there are BR on it, like Firefox. Probably not good to have too much production on that. At the same time it would feel odd to remove 64bit builds.
I would like to add to this answer - it's incorrect. At some point support for s390 (the special 31-bit arch) was dropped and *chromium* dropped support for 32-bit arches. My mistake was to assume that v8's support for ALL 32-bit also was finished -- this is not true and so nodejs16 currently in Factory is for 32bit arches as well. https://github.com/nodejs/node/issues/28866 So, nodejs10 is going to be removed from TW too. :-) - Adam