criblio / js2bin

NodeJS application to native executable
Apache License 2.0
94 stars 17 forks source link

Can't use --ci for local builds #11

Closed nathantomsic closed 5 years ago

ledbit commented 5 years ago

Agreed. @nathantomsic can you please comment on what are you trying to do?

nathantomsic commented 5 years ago

The number of prebuilds available are pretty limited. I should be able to build a node version with my target from source if a prebuilt one is not available. However, --ci tries to upload them to github and then deletes everything.

ledbit commented 5 years ago

Agreed. @nathantomsic can you please comment on what are you trying to do?

ledbit commented 5 years ago

handled in 1.0.5- you should now be able to use js2bin --ci --cache --node=<version> --size=2MB

autr commented 3 years ago

I have done this, the compiled bin is available in the cache folder, but the build command still tries to download it...