nodejs / unofficial-builds

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

Release built versions as they build #22

Open mhart opened 4 years ago

mhart commented 4 years ago

This is a feature request more than anything – is it possible to have the releases copied over to the downloads area (immediately) after they build?

At the moment, they need to wait for all subsequent builds to finish. Eg, the x86 build finished over 30 minutes ago, but has to wait for musl (now finished) and armv61 (still building) before it will be available for download

I'd also love the musl build to be the first one to be done – but that's just me 😄

rvagg commented 4 years ago

iirc I did that because the first part is a pipeline that requires download of source tarball to be first before the rest can run, but that's really not a good reason not to just publish as they spit out and I don't think there's a blocker to that other than just doing the work. Maybe you could have a look at the scripts and suggest modifications to speed it up? For me it's a problem of popping the stack and having to get my head around all of what's going on here to be able to make changes like this.