From afcfcd3bf68bb0e1c45c1951b0469fe9588512b4 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Tue, 21 Oct 2025 12:49:00 +0100 Subject: [PATCH] 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 --- contrib/dependencies/dnf-packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/dependencies/dnf-packages.sh b/contrib/dependencies/dnf-packages.sh index 793f267a5..60f21db6d 100755 --- a/contrib/dependencies/dnf-packages.sh +++ b/contrib/dependencies/dnf-packages.sh @@ -37,4 +37,5 @@ dnf install -y \ python3-setuptools \ python3-wheel \ rubygem-asciidoctor \ + which \ xmlto