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.
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 correspondingv*.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.