dev-cli
dev-cli copied to clipboard
Could win32 build fall back to zip if 7zip not available?
When running npx oclif-dev pack -t win-x64 in Jenkins on a linux node, my build fails because z7ip is not available. But xz, gzip, zip, bzip2 are all available.
There are both 7zip and zip files for win-x64 here [1], so could use use zip if 7zip is not available?
[1] https://nodejs.org/dist/v10.9.0/
I see that 7zip is required in https://github.com/oclif/dev-cli/blob/master/src/tarballs/node.ts but I'm wondering if gzip or zip could be used instead.