From 9ba954263a1333af17e4361114bf6e0cdddce497 Mon Sep 17 00:00:00 2001 From: Krzysztof Molon Date: Wed, 15 Jul 2026 11:36:05 +0200 Subject: [PATCH] ci: add missing Fedora test dependencies Install findutils (find, xargs for cram.sh), gawk, git, iproute (ip for net.t), jq (net.t address tests), and which (bst.t environment test). --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9a4d67e..66925e9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: set -xeu command -v apk && apk add --no-cache linux-headers scdoc gcc musl-dev make meson ninja pkgconf libcap-dev libcap-setcap gawk git jq util-linux iproute2 command -v apt && apt-get update && apt-get install -y scdoc - command -v dnf && dnf install -y glibc-static scdoc + command -v dnf && dnf install -y glibc-static scdoc findutils gawk git iproute jq which CPPFLAGS='-Wconversion -pedantic-errors' meson build -Dsuid-fallback=true ninja -C build ninja -C build install