nodejs / unofficial-builds

Unofficial binaries for Node.js
https://unofficial-builds.nodejs.org
221 stars 46 forks source link

Request: Update `index.json` and `index.tab` #119

Closed ehoogeveen-medweb closed 4 months ago

ehoogeveen-medweb commented 4 months ago

It looks like v21.6.2, v20.11.1 and v18.19.1 were all successfully built on February 15th, but index.json and index.tab were last updated on January 30th so doesn't contain any information about those builds.

I don't know if that means some automation failed or if it normally requires a manual bump, but I hereby request an update :)

rvagg commented 4 months ago

I changed the npx execution of nodejs-dist-indexer to npm exec recently, but it looks like our version of npm is too old for that: https://unofficial-builds.nodejs.org/logs/202402151138-v18.19.1/build.log

# node --version
v10.24.1
# npm --version
6.14.12

ooooops .. that's a bit of an oversight with all of this automatic updating of the recipes and runtime from here it seems that we've overlooked updating the server itself!

running it manually with npx as an interim measure also fails:

globalThis is not defined

.. will have to work on getting it properly updated!

rvagg commented 4 months ago

fixed, for now https://github.com/nodejs/build/pull/3639

ehoogeveen-medweb commented 4 months ago

Thanks!