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

maybe get bzlmod working #766

Closed aiuto closed 10 months ago

aiuto commented 10 months ago

This seems to work. I don't like the bzlmod setup for the rpm toolchains, in that you must use the string "rules_pkg_rpmbuild". That name is not great, and it should really be opaque, because no one cares what it is. But, this is good enough for now, so at least we have a test run working.