bazel-contrib / rules-template

A template for creating a new Bazel ruleset
Apache License 2.0
75 stars 20 forks source link

Use default zip extension for Windows archives #78

Closed thii closed 6 months ago

alexeagle commented 7 months ago

Could you explain why? I think zip works on non-windows platforms so I don't understand the motivation.

thii commented 7 months ago

Sorry I forgot the context when I submitted this but I think it's because either (1) the convenience when defining all dependencies in a helper if they use the same extension or (2) gzip is a lower common denominator than zip on non-windows.