rmohr / bazeldnf

Build multi-arch base containers based on RPM with bazel.
Apache License 2.0
30 stars 18 forks source link

basic bzlmod support #61

Closed malt3 closed 1 month ago

malt3 commented 1 year ago

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

common --enable_bzlmod

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):

msanft commented 11 months ago

Hey @rmohr,

Could you take a look at this soon? bzlmod support would be awesome!

rmohr commented 4 months ago

@manuelnaranjo took over the work and landed the first parts of adding bzlmod support in #73.

rmohr commented 1 month ago

Finally there with https://github.com/rmohr/bazeldnf/pull/77