mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 04:26:20 -04:00
build: add Bazel workspace and toolchains
This commit is contained in:
parent
bec82c2328
commit
731b316766
19 changed files with 1222 additions and 0 deletions
10
tools/dnf-tree
Executable file
10
tools/dnf-tree
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
bazel run --config linux_amd64_static //:bazeldnf -- fetch \
|
||||
--repofile rpm/repo.yaml
|
||||
bazel run --config linux_amd64_static //:bazeldnf -- rpmtree \
|
||||
--workspace rpm/rpms.bzl \
|
||||
--buildfile rpm/BUILD.bazel \
|
||||
--repofile rpm/repo.yaml \
|
||||
--name cryptsetup-devel \
|
||||
cryptsetup-devel
|
||||
bazel run --config linux_amd64_static //rpm:ldd
|
Loading…
Add table
Add a link
Reference in a new issue