c48e8bfad3
Now that `ci/installdeps.sh` gracefully exits if run as non-root, we can fold the cargo bits into the our build scripts and avoid invoking both of them. However, now we need to split test deps to separate file because we won't have `cargo` in the main cosa pod. This also fixes a FIXME. Steal the `grep` invocation from cosa and make it a declarative text file so we can have comments per package etc.
9 lines
302 B
Plaintext
9 lines
302 B
Plaintext
# Dependencies for our test suites, i.e. ./tests/compose and
|
|
# ./tests/vmcheck.
|
|
createrepo_c
|
|
/usr/bin/jq
|
|
python3-pyyaml
|
|
libubsan libasan libtsan elfutils fuse sudo python3-gobject-base
|
|
selinux-policy-devel selinux-policy-targeted python3-createrepo_c
|
|
rsync python3-rpm parallel distribution-gpg-keys
|