mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
11 lines
346 B
Bash
Executable File
11 lines
346 B
Bash
Executable File
#!/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
|