nodenv / node-build

Install NodeJS versions
MIT License
268 stars 80 forks source link

Remove edge builds for deleted branches #882

Closed jasonkarns closed 3 months ago

jasonkarns commented 3 months ago

Nodejs has long-since deleted the staging branches for these builds, so there is no way for them to build.

The *-next variants still exist as the corresponding v*.x branches still exist in the nodejs git repo.

Theoretically, anyone who wanted to smoothly deprecate these could extract these files to a separate build-defs repo and either point the package at the correct git sha or tag to replicate their last-good state. But presently I don't think it's worth the trouble.

Alternatively, we could keep the files and "tombstone" them with some error messaging. Again, probably not worth the trouble.