dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

Could win32 build fall back to zip if 7zip not available?

Open nickboldt opened this issue 6 years ago • 0 comments

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.

nickboldt avatar Apr 04 '19 00:04 nickboldt