google / rpmpack

rpmpack (tar2rpm) - package rpms in pure golang or cli
Apache License 2.0
116 stars 32 forks source link

Work around bazel's python_rules root user restriction. #98

Closed jarondl closed 10 hours ago

jarondl commented 4 days ago

This handles bazelbuild/rules_python#1169. Also clean up some other Bazel madness.

It's also progress on #96, with now only 1/4 of the build steps failing.