bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
216 stars 171 forks source link

Allow graceful fallback for compression types in pkg_zip. #743

Closed aiuto closed 12 months ago

aiuto commented 1 year ago

If they python you have does not support lzma, fall back to bz2. If no bz2, fall back to deflate.

Possible alternates: