Closed malt3 closed 1 month ago
Hey @rmohr,
Could you take a look at this soon? bzlmod support would be awesome!
@manuelnaranjo took over the work and landed the first parts of adding bzlmod support in #73.
Finally there with https://github.com/rmohr/bazeldnf/pull/77
This is the first step towards enabling bzlmod support. On this branch, you can add the following to your .bazelrc (or add it to your
bazel build
flags):.bazelrc
The project should build (
bazel build //...
) and all tests should pass (bazel test //...
). Also, when removing the--enable_bzlmod
, the project should fall back to using the WORKSPACE file and everything should still build correctly.TODOs (maybe for future PRs):
rpm
rules (rpm rules are currently repo rules that create new repositories. This works differently under bzlmod).