From: Darren Tucker Date: Wed, 18 Feb 2026 17:39:31 +0000 (-0500) Subject: Install libaudit-dev for --with-audit=linux test. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f98660c51e673f521e0216c7ed20205c4af10ed;p=thirdparty%2Fopenssh-portable.git Install libaudit-dev for --with-audit=linux test. --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index 52e71c7f2..e1b3dcf04 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -123,7 +123,7 @@ for TARGET in $TARGETS; do PACKAGES="$PACKAGES libfido2-dev libu2f-host-dev libcbor-dev" ;; selinux) - PACKAGES="$PACKAGES libselinux1-dev selinux-policy-dev" + PACKAGES="$PACKAGES libselinux1-dev selinux-policy-dev libaudit-dev" ;; hardenedmalloc) INSTALL_HARDENED_MALLOC=yes