Skip to content

Commit 57251d8

Browse files
rst0gitavagin
authored andcommitted
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 <[email protected]>
1 parent e345afa commit 57251d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/dependencies/dnf-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ dnf install -y \
3737
python3-setuptools \
3838
python3-wheel \
3939
rubygem-asciidoctor \
40+
which \
4041
xmlto

0 commit comments

Comments
 (0)