mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-22 18:05:10 +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-wheel \
|
||||
rubygem-asciidoctor \
|
||||
which \
|
||||
xmlto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue