yao-pkg / pkg-binaries

Collection of pkg nodejs binaries that are not supported by pkg
MIT License
89 stars 23 forks source link

Nodejs 16/18 binaries are empty in releases #23

Closed kennethpdev closed 1 year ago

kennethpdev commented 1 year ago

I like your repo because I saw the arm7 for the Linux node16, but when I look at the releases the said binary does not exist and your build workflow is also failing, maybe that's why. Is there a chance we can fix that and able to produce the right binary?

robertsLando commented 1 year ago

@kennethpdev I tried different ways to build nodejs 16/18 on armv7 without success, build never ends, I need to try with an RPI or another armv7 custom runner

robertsLando commented 1 year ago

FYI: https://github.com/yao-pkg/pkg-binaries/actions/runs/4142112503/jobs/7162400708

kennethpdev commented 1 year ago

@robertsLando thanks for that information, also saw the runner, I think the build was a success but it failed to upload?

robertsLando commented 1 year ago

I uploaded it manually, luckily the runner is a custom runner so I have been able to access those files

robertsLando commented 1 year ago

Now I fix the upload thing and try to run the nodejs 18 build, should take aproximately 4h

kennethpdev commented 1 year ago

Now I fix the upload thing and try to run the nodejs 18 build, should take aproximately 4h

thanks bro , I appreciate it, will wait for the new build then.

robertsLando commented 1 year ago

You welcome 😄

robertsLando commented 1 year ago

Had to re-trigger nodejs 18 build cause it stopped with no reason, retried

kennethpdev commented 1 year ago

looks like there is a problem with node18 build?

Error! Error: ENOENT: no such file or directory, open '/tmp/pkg.3f16f24465298a81b7d02149/node/out/Release/node' Error: Process completed with exit code 2.

maybe you can do node16 for now.

robertsLando commented 1 year ago

The 16 is already online in releases, I need to retry with 18 another time....