build: List out the runtime dependencies for the system tests
Skopeo was already listed, so it didn't make sense to leave out the others. It's useful to give the user a heads-up to make it obvious what the requirements are. https://github.com/containers/toolbox/pull/1194
This commit is contained in:
parent
f3e005d014
commit
ba082abaea
1 changed files with 3 additions and 0 deletions
|
@ -17,7 +17,10 @@ go = find_program('go')
|
||||||
go_md2man = find_program('go-md2man')
|
go_md2man = find_program('go-md2man')
|
||||||
podman = find_program('podman')
|
podman = find_program('podman')
|
||||||
|
|
||||||
|
bats = find_program('bats', required: false)
|
||||||
codespell = find_program('codespell', required: false)
|
codespell = find_program('codespell', required: false)
|
||||||
|
htpasswd = find_program('htpasswd', required: false)
|
||||||
|
openssl = find_program('openssl', required: false)
|
||||||
shellcheck = find_program('shellcheck', required: false)
|
shellcheck = find_program('shellcheck', required: false)
|
||||||
skopeo = find_program('skopeo', required: false)
|
skopeo = find_program('skopeo', required: false)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue