bazeldnf icon indicating copy to clipboard operation
bazeldnf copied to clipboard

Build multi-arch base containers based on RPM with bazel.

Results 15 bazeldnf issues
Sort by recently updated
recently updated
newest added

`gpgkey` in `repo.yaml` currently does not support pointing it to a local file. It would be more secure and, in the case of Fedora, convenient to be able to point...

How to handle alternatives? In a minimal example that just depends on f37 binutils: ``` rpmtree( name = "sandbox", rpms = [ "@binutils-0__2.38-25.fc37.x86_64//rpm", ], visibility = ["//visibility:public"], ) ``` ...`/usr/bin/ld`...

The current test suite is lacking in a number of ways. Some of the packages (`repo`, `rpm`) use gomega only partially or don't use it at all. Some of the...

Introducing bzlmod support to the repo. For bzlmod we don't support Bazel < 6. We expose a basic extension so others can start using bazeldnf. We provide a legacy mode...

TBD I need to revist the list of commits and squash a few most likely