mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: add which dependency in dnf packages
which is used in Makefiles to check for dependencies: Example: export USE_ASCIIDOCTOR ?= $(shell which asciidoctor 2>/dev/null) Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
e345afabfe
commit
57251d8115
1 changed files with 1 additions and 0 deletions
|
|
@ -37,4 +37,5 @@ dnf install -y \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
rubygem-asciidoctor \
|
rubygem-asciidoctor \
|
||||||
|
which \
|
||||||
xmlto
|
xmlto
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue