mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 23:40:44 -04:00
deps: update bazeldnf digest to 45f5d74 (#1478)
* deps: update bazeldnf digest to 45f5d74 * bazel: use new bazeldnf feature to write rpm rules in a macro --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
093f0f0e28
commit
ebcba57a61
2 changed files with 11 additions and 5 deletions
|
@ -3,17 +3,23 @@
|
|||
bazel run //:bazeldnf -- fetch \
|
||||
--repofile rpm/repo.yaml
|
||||
bazel run //:bazeldnf -- rpmtree \
|
||||
--workspace rpm/rpms.bzl \
|
||||
--workspace WORKSPACE.bazel \
|
||||
--to_macro rpm/rpms.bzl%rpms \
|
||||
--buildfile rpm/BUILD.bazel \
|
||||
--repofile rpm/repo.yaml \
|
||||
--name cryptsetup-devel \
|
||||
cryptsetup-devel
|
||||
bazel run //:bazeldnf -- rpmtree \
|
||||
--workspace rpm/rpms.bzl \
|
||||
--workspace WORKSPACE.bazel \
|
||||
--to_macro rpm/rpms.bzl%rpms \
|
||||
--buildfile rpm/BUILD.bazel \
|
||||
--repofile rpm/repo.yaml \
|
||||
--name libvirt-devel \
|
||||
libvirt-devel
|
||||
bazel run //:bazeldnf -- prune \
|
||||
--workspace WORKSPACE.bazel \
|
||||
--to_macro rpm/rpms.bzl%rpms \
|
||||
--buildfile rpm/BUILD.bazel
|
||||
bazel run //rpm:ldd-cryptsetup
|
||||
bazel run //rpm:ldd-libvirt
|
||||
bazel run //rpm:ldd-glibc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue